Thank you for your interest in contributing to AetherMint! We welcome contributions from everyone.
- Look through our open issues to find something you would like to work on.
- If you find an issue you like, leave a comment asking to be assigned to it.
- Branching Strategy: Create a new feature branch from the main branch before making changes. Use a clear name like feature/your-feature-name or bugfix/issue-number.
- Commit Conventions: Write clear and concise commit messages describing your changes (e.g., feat: add contributing guide or fix: resolve login bug).
- Push your local changes to your forked repository.
- Open a Pull Request from your feature branch to our main branch.
- Ensure your PR description clearly mentions the issue it solves by writing Closes #IssueNumber (e.g., Closes #31).
- The project maintainers will review your code and provide feedback or merge it once approved.