mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 14:13:08 +01:00
Add CONTRIBUTING
This commit is contained in:
parent
399366b141
commit
1e25322604
32
CONTRIBUTING.md
Normal file
32
CONTRIBUTING.md
Normal file
@ -0,0 +1,32 @@
|
||||
# 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
|
||||
|
||||
- [How Can I Contribute?](#how-can-i-contribute)
|
||||
- [Reporting Bugs](#reporting-bugs)
|
||||
- [Suggesting Enhancements](#suggesting-enhancements)
|
||||
- [Code Contribution](#code-contribution)
|
||||
|
||||
## 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](../../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
|
||||
|
||||
1. Fork the repository.
|
||||
2. Create a new branch for your feature/fix: `git checkout -b feature-branch`
|
||||
3. Make your changes and commit: `git commit -m 'Add new feature'`
|
||||
4. Push to your fork: `git push origin feature-branch`
|
||||
5. Open a pull request with a clear title and description.
|
Loading…
Reference in New Issue
Block a user