Advertisement
Guest User

How to Contributing Guidelines

a guest
Feb 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. A CONTRIBUTING file tells your audience how to participate in your project. For example, you might include information on:
  2.  
  3. How to file a bug report (try using issue and pull request templates)
  4. How to suggest a new feature
  5. How to set up your environment and run tests
  6. In addition to technical details, a CONTRIBUTING file is an opportunity to communicate your expectations for contributions, such as:
  7.  
  8. The types of contributions you’re looking for
  9. Your roadmap or vision for the project
  10. How contributors should (or should not) get in touch with you
  11. Using a warm, friendly tone and offering specific suggestions for contributions (such as writing documentation, or making a website) can go a long way in making newcomers feel welcomed and excited to participate.
  12.  
  13. In the earliest stages of your project, your CONTRIBUTING file can be simple. You should always explain how to report bugs or file issues, and any technical requirements (like tests) to make a contribution.
  14.  
  15. Over time, you might add other frequently asked questions to your CONTRIBUTING file. Writing down this information means fewer people will ask you the same questions over and over again.
  16.  
  17. For more help with writing your CONTRIBUTING file, check out @nayafia’s contributing guide template or @mozilla’s “How to Build a CONTRIBUTING.md”.
  18.  
  19. Link to your CONTRIBUTING file from your README, so more people see it. If you place the CONTRIBUTING file in your project’s repository, GitHub will automatically link to your file when a contributor creates an issue or opens a pull request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement