Thank you for considering contributing to this project.
These guidelines describe how you can help most effectively.
Please report bugs by opening a new issue on Github.
If you are reporting a bug, please include the following information:
- Description of the error/error message
- If applicable: Desired output
- Version of the package
- Detailed steps/MWE to reproduce the bug
Any open issue that is tagged with "bug" is open to whoever wants to fix it.
You are welcome to implement new features and improve existing ones.
Please follow these steps to create a pull request on GitHub.
- Fork the beets repository and clone it to create a workspace.
- Make your changes.
- Add an example to the main document
(
review_response.tex
) that shows the usage of the new feature and how it will look in the compiled PDF. - Add a changelog entry to
CHANGELOG.md
near the top of the document. If you are fixing a bug, please also mention the corresponding issue number. - Add documentation to the
README.md
file.