-
-
-
+ MarkBind - Contribute to Documentation
+
+
+
@@ -36,7 +36,7 @@
Now, you can make a pull request targeting the master branch of the MarkBind repository.
Fill in the pull request template.
Wait for the CI checks to pass.
For first-time contributors, you may need to wait for the MarkBind team to approve your PR before the CI checks can run.
Verify that the PR preview is working.
The PR preview is generated by netlify/markbind-master/deploy-preview.
You can find the link to the PR preview in the checks section of the PR.
Open the link to the PR preview and ensure that your changes are reflected in the rendered site
Follow up with PR reviews and make changes as requested.
Since this is a hypothetical change, you do not need to raise a PR. You can refer to PR #1924 for an example.
Checkpoint
For actual documentation changes, check that the following are true:
The PR template has been filled in
The PR preview is working
Summary
In this task, you have learned how to make documentation changes to MarkBind!
While documentation changes are not as exciting as code changes, they are still important. In particular, our documentation is generated by MarkBind itself, utilizing the same features that we are documenting. This means that our documentation is a great place to discover and analyze how MarkBind is used!
Here are some additional tasks for you to try out:
Review a real documentation change (e.g issue #1772 was resolved in PR #1924 to improve the user guide)
Check if there are existing issues tagged with the a-Documentation label
-
If there are, try to resolve them!
If there are not, raise an issue when you discover a documentation bug or improvement (e.g make this bootcamp documentation better)!
When you are ready, move on to learn how to squash some bugs!