-
Notifications
You must be signed in to change notification settings - Fork 27
how to contribute to bqt documentation
Thank you for your interest in contributing to bqt's documentation! To get started, read the README. The following process may look complex, but we've broken each step down into bite-sized pieces. Don't be afraid to make mistakes - you can't break the project if you're not admin.
Before you start your first contribution, install the following tools:
- Git
- A Git client, like Fork or GitHub Desktop
- Obsidian
If you are new to using Git and GitHub, please read about Git.
The following steps are geared toward complete beginners. If you get lost or stuck, please feel free to ask questions in this thread or troubleshoot with Google search. Let's go! 🚶:
- Navigate to bqt's repository.
- Click Fork in the upper right corner.
- Uncheck the "Copy the master branch only" option and click Create fork.
Click the < > Code button above your forked repository. Under the Clone tab, choose the option that works best for your machine and Git client. Refer to cloning a repositoryfor additional help.
- Access your cloned bqt repository with your chosen Git client.
- Switch to the “wiki” branch.
- Minimize your Git client window.
- Open Obsidian.
- Click the “Open folder as vault” option.
- Locate and select the bqt folder on your machine.
- Use the left-sidebar to navigate the wiki files and choose one that interests you.
The wiki files are formatted using Markdown.
Once you have chosen a wiki file in Obsidian, make a minor edit to the text. For example, you can change the capitalization of a letter or add punctuation.
- Maximize your Git client window.
- Commit the change to the wiki branch.
- Minimize your Git client.
- Navigate back to bqt's repository
- Click the "Compare & pull request" button located near the top of the page.
- Add a title and description for your pull request.
- Click Create Pull Request. This sends the request to a bqt admin for approval.
Congratulations! You made your first contribution to bqt’s documentation. Feel free to close the pull request. You are now ready to make meaningful changes.
Check out the issues with the documentation
tag.