mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-07 15:23:59 +01:00
1.1 KiB
1.1 KiB
Contributing Guidelines
👋 Hello there! We're thrilled that you're considering contributing to our project. Before you start, please take a moment to read our guidelines.
Table of Contents
Code of Conduct
None. Don't be a turd and we'll be just fine 'round here. 🤠
How Can I Contribute?
Reporting Bugs
Found a bug? Please ensure the bug was not already reported by searching our issues. If not, open a new issue and fill out the template provided.
Suggesting Enhancements
Have an idea for an enhancement? We'd love to hear it! Open an issue and include [Feature Request].
Code Contribution
- Fork the repository.
- Create a new branch for your feature/fix:
git checkout -b feature-branch
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to your fork:
git push origin feature-branch
- Open a pull request with a clear title and description.