contribute.tmpl 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">🤝 Contribute to Gitote 🤝</p>
  5. </div>
  6. <div class="pages body">
  7. <center>
  8. <h2>Introduction</h2>
  9. </center>
  10. <p class="pages-small">
  11. We want to make it as easy as possible for Gitote users to become Gitote contributors, so we’ve
  12. created this guide to help you get started. We have multiple tracks to cater to people of varying
  13. experience levels.
  14. </p>
  15. <p class="pages-small">
  16. If you’re uncomfortable getting into open source development right away, you may want to consider
  17. the Documentation track. Documentation are just as important as code, and we'd be happy to have
  18. your contributions.
  19. </p>
  20. <center class="pages-heading">
  21. <h2>Development</h2>
  22. </center>
  23. <p class="pages-small">
  24. As contributors and maintainers of this project, we pledge to respect all people who contribute through
  25. reporting issues, posting feature requests, updating documentation, submitting pull requests or patches,
  26. and other activities.
  27. </p>
  28. <p class="pages-small">
  29. We are committed to making participation in this project a harassment-free experience for everyone,
  30. regardless of level of experience, gender, gender identity and expression, sexual orientation, disability,
  31. personal appearance, body size, race, ethnicity, age, or religion.
  32. </p>
  33. <p class="pages-small">
  34. Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory
  35. comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional
  36. conduct.
  37. </p>
  38. <p class="pages-small">
  39. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code,
  40. issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not
  41. follow the Code of Conduct may be removed from the project team.
  42. </p>
  43. <p class="pages-small">
  44. This code of conduct applies both within project spaces and in public spaces when an individual is
  45. representing the project or its community.
  46. </p>
  47. <p class="pages-small">
  48. Instances of abusive, harassing, or otherwise unacceptable behavior can be reported by emailing
  49. <code class="code">me@yoginth.com</code>.
  50. </p>
  51. <p class="pages-small">
  52. This Code of Conduct is adapted from the <a href="http://contributor-covenant.org/">Contributor Covenant</a> version 1.1.0, available at
  53. <a href="http://contributor-covenant.org/version/1/1/0/">http://contributor-covenant.org/version/1/1/0/</a>.
  54. </p>
  55. <center class="pages-heading">
  56. <h2>Documentation</h2>
  57. </center>
  58. <p class="pages-small">
  59. These instructions are for development of Gitote specifically. Please note that use of the Gitote Development Kit
  60. is currently experimental on Windows and macOS. Linux is recommended for the best contribution experience.
  61. </p>
  62. <ol>
  63. <li class="pages-small">
  64. Read Gitote Development Kit</a>, see the <a href="https://gitlab.com/gitote/gitote/blob/master/docs/GDK.md">GDK README</a>
  65. for instructions on setting it up and.
  66. </li>
  67. <li class="pages-small">Fork the Gitote project.</li>
  68. <li class="pages-small">
  69. Choose an issue to work on. * You can find easy issues by <a href="https://gitlab.com/gitote/gitote/issues?label_name%5B%5D=Accepting+Merge+Requests"> looking at issues labeled Accepting Merge Requests</a>
  70. <ul>
  71. <li class="pages-small">
  72. Be sure to comment and verify no one else is working on the issue, and to make sure
  73. we’re still interested in a given contribution.
  74. </li>
  75. <li class="pages-small">
  76. You may also want to comment and ask for help if you’re new
  77. or if you get stuck. We’re happy to help!
  78. </li>
  79. </ul>
  80. <li class="pages-small">Add the feature or fix the bug you’ve chosen to work on.</li>
  81. <li class="pages-small">
  82. Open a pull request. The earlier you open a pull request, the sooner you can get feedback. You can
  83. mark it as a Work in Progress(In issue name) to signal that you’re not done yet.
  84. </li>
  85. <li class="pages-small">Make sure the test suite is passing <a href="https://gitlab.com/gitote/gitote/pipelines">here</a>.</li>
  86. <li class="pages-small">
  87. Wait for a reviewer. You’ll likely need to change some things once the reviewer has completed a code review for
  88. your pull request. You may also need multiple reviews depending on the size of the change.
  89. </li>
  90. <li class="pages-small">Get your changes merged!</li>
  91. </ol>
  92. <p class="pages-small">
  93. For more information, please see the <a href="https://gitlab.com/gitote/docs">Developer Documentation.</a>
  94. </p>
  95. </div>
  96. {{template "base/footer" .}}
  97. </div>