|
| 1 | +# Contributing |
| 2 | + |
| 3 | +## Issues |
| 4 | + |
| 5 | +Issues are very valuable to this project. |
| 6 | + |
| 7 | + - Ideas are a valuable source of contributions others can make |
| 8 | + - Problems show where this project is lacking |
| 9 | + - With a question you show where contributors can improve the user |
| 10 | + experience |
| 11 | + |
| 12 | +Thank you for creating them. |
| 13 | + |
| 14 | +The project mantainers will try to answer you as soon as possible, please be patient while waiting for an answer 🙂 |
| 15 | + |
| 16 | +When possible, use the available templates to write your ideas. |
| 17 | + |
| 18 | +## Pull Requests |
| 19 | + |
| 20 | +Pull requests are a great way to get your features/fix into this repository. |
| 21 | + |
| 22 | +Anyone is more than welcome to propose changes to the source code; the maintainers will try to follow up and review the proposal. After the changes are reviewed and approved, the PR will be merged. |
| 23 | + |
| 24 | +Keep in mind that a Pull Request, to be merged, needs to respect the following things: |
| 25 | + |
| 26 | +### State intent |
| 27 | + |
| 28 | +It should be clear which problem you're trying to solve with your |
| 29 | +contribution. |
| 30 | + |
| 31 | +Please include a detailed description of what you want to achieve, to help the reviewers understand the context of your work 🤝. |
| 32 | + |
| 33 | +### Be of good quality |
| 34 | + |
| 35 | + - There are no spelling mistakes 📶 |
| 36 | + - It reads well 📖 |
| 37 | + - Repository style is followed ⛏️ |
| 38 | + |
| 39 | +### Prepare wiki/README contribution 📋 |
| 40 | + |
| 41 | +The project has a wiki where are stored detailed information on how to use the package. |
| 42 | + |
| 43 | +Please keep in mind that it's nice to included, in the description or in a separate comment, the .md content that can be added to the wiki. |
| 44 | + |
| 45 | +With this addtion, reviewers will be able to plan the feature presentation to the end users. |
| 46 | + |
| 47 | +# Attribution |
| 48 | + |
| 49 | +> The Contributing template was adapted from: |
| 50 | +> |
| 51 | +> [github/PurpleBooth/a-good-readme-template]([https://gist.github.com/PurpleBooth/b24679402957c63ec426](https://github.com/PurpleBooth/a-good-readme-template/blob/main/CONTRIBUTING.md)) |
0 commit comments