Skip to main content

Contributing to Ascendara

Contributing to Ascendara is the best way to get your desired features, bug fixes, or improvements into the official build! When your contribution is accepted, your changes will be credited with your GitHub username in the Ascendara changelogs, recognizing your valuable input to the project.

Check out all the amazing people who have already contributed to Ascendara on the Github contributors page

Getting Started#

Contributing to Ascendara is straightforward:

  1. Fork the repository from the development branch
  2. Create a new branch for your changes
  3. Make your improvements
  4. Submit a pull request

Contribution Guidelines#

When making changes, please follow the basic git commit message conventions:

  • fix: for bug fixes
  • feat: for new features
  • chore: for maintenance tasks
  • refactor: for code improvements
  • docs: for documentation updates
  • style: for formatting changes
  • test: for adding tests

Best Practices#

  • Create one pull request per feature or fix
  • Write clear commit messages explaining your changes
  • Keep changes focused and minimal
  • Test your changes thoroughly
  • Update documentation if needed

Your contributions help make Ascendara better for everyone!