Thank you for your interest in contributing! This document explains the process.
This project follows the Contributor Covenant. Be respectful and constructive.
| Type | How |
|---|---|
| 🐛 Bug report | Open a bug report issue |
| 💡 Feature request | Open a feature request issue |
| 📖 Docs | Edit any .md file and open a PR |
| 🔍 Review | Review open PRs and leave constructive feedback |
# Fork and clone
git clone https://github.com/oxidized-mc/tools.git
cd toolsAll commits must follow Conventional Commits:
<type>(<scope>): <short description>
| Type | When |
|---|---|
feat |
New feature or content |
fix |
Bug fix |
docs |
Documentation only |
chore |
Maintenance, tooling |
ci |
CI/CD workflow changes |
Use tools as the scope for changes to this repository.
- Create a branch:
git checkout -b feat/my-change - Commit with conventional commits
- Open a PR targeting
main - At least one approving review is required before merge
- Squash-merge preferred
We believe the project should always be getting better. If you find something that can be improved — open an issue or PR.