Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. # Join the development
  2. * Before you join development, please set up the project on your local machine, run it and go through the application completely. Press on any button you can find and see where it leads to. Explore.You'll be more familiar with what is where and might even get some cool ideas on how to improve various aspects of the app.
  3. * If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.
  4.  
  5. # Contributing
  6.  
  7. When contributing to this repository, please first discuss the change you wish to make via issue, or the official [slack channel](https://slack-ssl-openfoodfacts.herokuapp.com/).
  8.  
  9. ## Pull Request Process
  10.  
  11. 1. Ensure any install or build dependencies are removed before the end of the layer when doing a
  12. build.
  13. 2. Check that there are no conflicts and your request passes [Travis](Travis-ci.org) build. Check the log of the pass test if it fails the build.
  14. 3. Give the description of the issue that you want to resolve in the pull request message. The format of the commit message to be fixed - **Fixes #[issue number] [Description of the issue]** Example: **Fixes #529: Add toast warning in `MainActivity.java`**
  15. 4. Wait for the maintainers to review your pull request and do the changes if requested.
  16.  
  17. ## Contributions Best Practices
  18.  
  19. ### Commits
  20.  
  21. * Write clear meaningful git commit messages (Do read [here](http://chris.beams.io/posts/git-commit/))
  22. * Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (For more info click [here]( https://github.com/blog/1506-closing-issues-via-pull-requests))
  23. * When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [here](https://davidwalsh.name/squash-commits-git )
  24. * When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.
  25.  
  26. ### Feature Requests and Bug Reports
  27. * When you file a feature request or when you are submitting a bug report to the [issue tracker](https://github.com/openfoodfacts/openfoodfacts-androidapp/issues), make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.
  28.  
  29. ## Code of Conduct
  30.  
  31. ### Our Pledge
  32.  
  33. In the interest of fostering an open and welcoming environment, we as
  34. contributors and maintainers pledge to making participation in our project and
  35. our community a harassment-free experience for everyone.
  36.  
  37. ### Our Standards
  38.  
  39. Examples of behavior that contributes to creating a positive environment
  40. include:
  41.  
  42. * Using welcoming and inclusive language
  43. * Being respectful of differing viewpoints and experiences
  44. * Gracefully accepting constructive criticism
  45. * Focusing on what is best for the community
  46. * Showing empathy towards other community members
  47.  
  48. Examples of unacceptable behavior by participants include:
  49.  
  50. * The use of sexualized language or imagery and unwelcome sexual attention or
  51. advances
  52. * Trolling, insulting/derogatory comments, and personal or political attacks
  53. * Public or private harassment
  54. * Publishing others' private information, such as a physical or electronic
  55. address, without explicit permission
  56. * Other conduct which could reasonably be considered inappropriate in a
  57. professional setting
  58.  
  59. ### Our Responsibilities
  60.  
  61. Project maintainers are responsible for clarifying the standards of acceptable
  62. behavior and are expected to take appropriate and fair corrective action in
  63. response to any instances of unacceptable behavior.
  64.  
  65. Project maintainers have the right and responsibility to remove, edit, or
  66. reject comments, commits, code, issues, and other contributions
  67. that are not aligned to this Code of Conduct, or to ban temporarily or
  68. permanently any contributor for other behaviors that they deem inappropriate,
  69. threatening, offensive, or harmful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement