First off, thank you for considering contributing to this Obsidian repository! Whether you're looking to fix bugs, add new features, or simply improve the content, every contribution is appreciated.
-
Reporting Bugs: If you find any bugs or issues, please create an issue in the GitHub repository with a detailed description of the problem.
-
Suggesting Enhancements: If you have an idea for a new feature or an improvement, please create an issue describing your suggestion.
-
Pull Requests: If you'd like to contribute directly, you can create a pull request. Please ensure that your PR has a clear description and any necessary screenshots or documentation.
- Fork the repository.
- Clone your fork locally:
git clone https://github.com/mjsumpter/obsidian-tag-page.git
- Ensure you are on the
develop
branch:git checkout develop
- Create a new branch for your changes off of
develop
:git checkout -b [branch-name]
- Make your changes and commit them:
git commit -m "Describe your change here"
- Push your branch to GitHub:
git push origin [branch-name]
- Create a new pull request targeting the
develop
branch in the main repository.
- Commit Messages: Write clear and meaningful commit messages that describe the change and its purpose.
After submitting a PR, a maintainer will review your contribution. They might ask for some changes or improvements before merging it into the develop
branch. Please be patient and receptive to feedback. Periodically, changes from develop
will be released to the main
branch.