|
| 1 | +# Contributing |
| 2 | + |
| 3 | +## Feedback and suggestions |
| 4 | + |
| 5 | +The best place for feedback and suggestions is [in |
| 6 | +discussions](https://github.com/davep/ng2web/discussions). If it seems like |
| 7 | +something that makes sense for ng2web I'll turn it into an issue from there. |
| 8 | + |
| 9 | +Be sure to [have a look over the TODO |
| 10 | +issues](https://github.com/davep/ng2web/issues?q=is%3Aissue+is%3Aopen+label%3ATODO) |
| 11 | +before leaving a request, it might be I'm already planning on implementing |
| 12 | +whatever it is you're asking for. |
| 13 | + |
| 14 | +## Bugs |
| 15 | + |
| 16 | +Please report any bugs [as an |
| 17 | +issue](https://github.com/davep/ng2web/issues). When doing so, please |
| 18 | +provide as much detail as possible, include things like ng2web version, |
| 19 | +operating system, some details of the environment, etc. |
| 20 | + |
| 21 | +## Pull requests |
| 22 | + |
| 23 | +Pull requests are very welcome; but when making one I suggest the following: |
| 24 | + |
| 25 | +- Check merged/closed or open pull requests to ensure you're not duplicating |
| 26 | + effort. |
| 27 | +- Check previous [discussions](https://github.com/davep/ng2web/discussions) |
| 28 | + to see if the change you're making has been discussed before, or is under |
| 29 | + discussion at the moment. |
| 30 | +- Check closed and open [issues](https://github.com/davep/ng2web/issues) to |
| 31 | + see if the change you're making has been discussed before, or is under |
| 32 | + discussion at the moment. |
| 33 | +- For any non-trivial PR I'd suggest starting a |
| 34 | + [discussion](https://github.com/davep/ng2web/discussions) first to propose |
| 35 | + and review the change you want to make. |
| 36 | +- If a PR was made using some form of LLM or "AI", **PLEASE DECLARE IT AS |
| 37 | + SUCH**. Please note that I'm highly likely to reject any PR made in such a |
| 38 | + way for various reasons relating to licensing problems and how |
| 39 | + maintainable the code likely won't be. |
| 40 | + |
| 41 | +[//]: # (CONTRIBUTING.md ends here) |
0 commit comments