# Contributing to PrimerSDK ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Reporting issues A bug 🐛 is something nobody ever wants. Though they happen 🤷‍♂️. Please read the following guidelines before you [report an issue](https://github.com/primer-io/primer-sdk-ios/issues): 1. **Use the GitHub issue search** — check if the issue has already been reported. If it has been, please comment on the existing issue. 2. **Check if the issue has been fixed** — the latest `master` or development branch may already contain a fix. 3. **Isolate the problem** — make sure that the code in the project's repository is responsible for the issue. Create a broken-down list of steps or an extremely simple and immediately viewable example of the issue. 4. **Include a live example** — provide a link, screenshot, video or anything that could help us understand better the domain. Please try to be as detailed as possible in your report too. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? What would you expect to be the outcome? All these details will help people to assess and fix any potential bugs. ### Example of a good bug report: > Short and descriptive title > > A summary of the issue > All info that could help us isolate the scenario, such as: > - MacOS Version > - Xcode Version > - PrimerSDK version > - OS Version (either real device or Simulator) > - language > - Network coverage (WiFi, Data Network) > - Diagnostic ID in case you get one out of the any Error thrown by the SDK > > Include the steps required to reproduce the bug. > 1. This is the first step > 2. This is the second step > 3. Further steps, etc. > > > Any other information you want to share that is relevant to the issue being > reported. This might include the lines of code that you have identified as > causing the bug, and potential solutions (and your opinions on their > merits). A good bug report shouldn't leave people needing to chase you up to get further information that is required to assess or fix the bug. **[File a bug report](https://github.com/primer-io/primer-sdk-ios/issues)** ## Pull requests Good pull requests — patches, improvements, new features — are a fantastic help. They should remain focused in scope and avoid containing unrelated commits. If your contribution involves a significant amount of work or substantial changes to any part of the project, please open an issue to discuss it first. Please follow this process; it's the best way to get your work included in the project: 1. [Fork](http://help.github.com/fork-a-repo/) the project. 2. Clone your fork (`git clone https://github.com//mobile-boilerplate.git`). 3. Add an `upstream` remote (`git remote add upstream https://github.com/h5bp/mobile-boilerplate.git`). 4. Get the latest changes from upstream (e.g. `git pull upstream `). 5. Create a new topic branch to contain your feature, change, or fix (`git checkout -b `). 6. Make sure that your changes adhere to the current coding conventions used throughout the project - indentation, accurate comments, etc. Please update any documentation that is relevant to the change you are making. 7. Commit your changes in logical chunks; use git's [interactive rebase](https://help.github.com/articles/interactive-rebase) feature to tidy up your commits before making them public. Please adhere to these [git commit message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) or your pull request is unlikely be merged into the main project. 8. Locally merge (or rebase) the upstream branch into your topic branch. 9. Push your topic branch up to your fork (`git push origin `). 10. [Open a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) with a clear title and description. Our direct PrimerSDK PR section [link](https://github.com/primer-io/primer-sdk-ios) ### Thanks 🙏 #### You are helping us making our product better 👌, faster 🚀, stronger 💪