|
| 1 | +# Contributing |
| 2 | + |
| 3 | +:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: |
| 4 | + |
| 5 | +This project adheres to the [code of conduct](CODE_OF_CONDUCT.md). |
| 6 | +By participating, you are expected to uphold this code. |
| 7 | + |
| 8 | +The following is a set of guidelines for contributing to this project. |
| 9 | +These are just guidelines, not rules, use your best judgment and feel free to |
| 10 | +propose changes to this document in a pull request. |
| 11 | + |
| 12 | +## Issues |
| 13 | + |
| 14 | +Issues are created [here](https://github.com/EnAccess/OpenPAYGO-python/issues/new). |
| 15 | + |
| 16 | +### How to Contribute in Issues |
| 17 | + |
| 18 | +For any issue, there are fundamentally three ways an individual can |
| 19 | +contribute: |
| 20 | + |
| 21 | +1. By opening the issue for discussion: If you believe that you have found |
| 22 | + a new bug in this project, you should report it by creating a new issue in |
| 23 | + the [issue tracker](https://github.com/EnAccess/OpenPAYGO-python/issues). |
| 24 | +2. By helping to triage the issue: You can do this either by providing |
| 25 | + assistive details (a reproducible test case that demonstrates a bug) or by |
| 26 | + providing suggestions to address the issue. |
| 27 | +3. By helping to resolve the issue: This can be done by demonstrating |
| 28 | + that the issue is not a bug or is fixed; but more often, by opening |
| 29 | + a pull request that changes the source in a concrete and reviewable manner. |
| 30 | + |
| 31 | +### Submitting a Bug Report |
| 32 | + |
| 33 | +To submit a bug report: |
| 34 | + |
| 35 | +When opening a new issue in the [issue tracker](https://github.com/EnAccess/OpenPAYGO-python/issues/new/choose), users will be presented with a template that should be filled in. |
| 36 | + |
| 37 | +If you believe that you have found a bug in this project, please fill out the template |
| 38 | +to the best of your ability. |
| 39 | + |
| 40 | +The two most important pieces of information needed to evaluate the report are |
| 41 | +a description of the bug and a simple test case to recreate it. It is easier to fix |
| 42 | +a bug if it can be reproduced. |
| 43 | + |
| 44 | +See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). |
| 45 | + |
| 46 | +### Triaging a Bug Report |
| 47 | + |
| 48 | +It's common for open issues to involve discussion. Some contributors may |
| 49 | +have differing opinions, including whether the behavior is a bug or feature. |
| 50 | +This discussion is part of the process and should be kept focused, helpful, |
| 51 | +and professional. |
| 52 | + |
| 53 | +Terse responses that provide neither additional context nor supporting detail |
| 54 | +are not helpful or professional. To many, such responses are annoying and |
| 55 | +unfriendly. |
| 56 | + |
| 57 | +Contributors are encouraged to solve issues collaboratively and help one |
| 58 | +another make progress. If you encounter an issue that you feel is invalid, or |
| 59 | +which contains incorrect information, explain _why_ you feel that way with |
| 60 | +additional supporting context, and be willing to be convinced that you may |
| 61 | +be wrong. By doing so, we can often reach the correct outcome faster. |
| 62 | + |
| 63 | +### Resolving a Bug Report |
| 64 | + |
| 65 | +Most issues are resolved by opening a pull request. The process for opening and |
| 66 | +reviewing a pull request is similar to that of opening and triaging issues, but |
| 67 | +carries with it a necessary review and approval workflow that ensures that the |
| 68 | +proposed changes meet the minimal quality and functional guidelines of this project. |
| 69 | + |
| 70 | +### Languages |
| 71 | + |
| 72 | +We accept issues in _any_ language. |
| 73 | +When an issue is posted in a language besides English, it is acceptable and encouraged to post an English-translated copy as a reply. |
| 74 | +Anyone may post the translated reply. |
| 75 | +In most cases, a quick pass through translation software is sufficient. |
| 76 | +Having the original text _as well as_ the translation can help mitigate translation errors. |
| 77 | + |
| 78 | +Responses to posted issues may or may not be in the original language. |
| 79 | + |
| 80 | +## Pull Requests |
| 81 | + |
| 82 | +Pull Requests are the way concrete changes are made to the code, documentation, |
| 83 | +dependencies, and tools contained in this project's repository. |
| 84 | + |
| 85 | +Prior to creating a Pull Requests it is recommended to familiarize yourself with how a project can be developed and tested locally. |
| 86 | + |
| 87 | +This is usually documented in either `DEVELOPMENT.md` file or the `docs` folder of the project. |
| 88 | + |
| 89 | +## Style Guides |
| 90 | + |
| 91 | +Coding style is enforced via automations on Pull Requests. |
| 92 | +See the correspondong [Github Actions](.github/workflows/) for information about which standards adheres to in different parts of the project's codebase. |
| 93 | + |
| 94 | +## Further information |
| 95 | + |
| 96 | +Join the [Open Source in Energy Access (OSEA)](https://discord.osea-community.org/) community Discord server to connect with like-minded people. |
0 commit comments