teleport-request/CONTRIBUTING.md

24 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# Contributing
2024-01-16 20:10:50 +01:00
Welcome to the [Teleport Request](https://github.com/minetest-mods/teleport-request) mod! Before contributing, **please make sure** you have read the guidelines below.\
If you have any doubts about these guidelines, please open [an issue](https://github.com/minetest-mods/teleport-request/issues/new), and clearly state your concerns.
2024-01-16 20:10:50 +01:00
Thank you for your interest in contributing!
## Creating issues
- Why did you open the issue? What is the reason?
- You must explain clearly the issue you are experiencing.
- If it's a feature request, think if it's needed.
- You **must** be polite (while commenting on or opening an issue).
- Review your issue before submitting it.
2024-01-16 20:10:50 +01:00
## Creating pull requests
- First, think if your feature/bugfix/etc. is needed before opening it.
2024-01-16 20:10:50 +01:00
- Explain clearly what it does, what it changes, or any additional information.
- You must create a new branch for your new features or bug fixes.
- You **must** be polite (while commenting on or opening a pull request).
- Review before opening the pull request (if it has any issues, a pending change you forgot about, etc.).
- You must enable the checkbox `Allow edits from maintainers`.