Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.5 KB

File metadata and controls

72 lines (48 loc) · 1.5 KB

Contributing to oxidized-mc tools

Thank you for your interest in contributing! This document explains the process.


Code of Conduct

This project follows the Contributor Covenant. Be respectful and constructive.


How to Contribute

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

Development Setup

# Fork and clone
git clone https://github.com/oxidized-mc/tools.git
cd tools

Commit Style

All commits must follow Conventional Commits:

<type>(<scope>): <short description>

Types

Type When
feat New feature or content
fix Bug fix
docs Documentation only
chore Maintenance, tooling
ci CI/CD workflow changes

Scope

Use tools as the scope for changes to this repository.


Pull Request Process

  1. Create a branch: git checkout -b feat/my-change
  2. Commit with conventional commits
  3. Open a PR targeting main
  4. At least one approving review is required before merge
  5. Squash-merge preferred

Continuous Improvement

We believe the project should always be getting better. If you find something that can be improved — open an issue or PR.