Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

File metadata and controls

19 lines (14 loc) · 1.01 KB

Contributing Guide

Thank you for your interest in contributing to AetherMint! We welcome contributions from everyone.

How to Contribute

1. Finding an Issue

  • 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.

2. Development Process

  • 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).

3. Submitting a Pull Request (PR)

  • 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.