-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added basic contribution guide, updated search plugin to search heade…
…r level 3., updated wording and justifications for requirements
- Loading branch information
Showing
3 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Contribution Guide | ||
|
||
TBD | ||
The guide offers general rules and guidelines for pushing changes to the documentation site. We accept pull requests on [github](https://github.com/IDMIL/tstick-docs) for new pages/sections and major/minor edits to existing pages. The site is powered by Docsify. We recommend reading their [documentation](https://docsify.js.org/#/?id=docsify) for an understanding of how it works. Each page is written as a markdown file. | ||
|
||
## General Rules | ||
1. Check how the page renders before submitting pull requests. [Docsify's Quick start guide](https://docsify.js.org/#/quickstart) shows how to run docsify locally to preview sites in your browser. | ||
2. Add your page to the _sidebar.md in the appropriate location so that it shows up in the sidebar. | ||
3. Ensure your pages are readable in both light mode and dark mode. | ||
|
||
## New Page/Section Guidelines | ||
1. Include description of page/section in the pull request. | ||
2. Only ONE new page/section per pull request. | ||
3. Check the structure of other similar pages for inspiration. | ||
4. Avoid table of content trees with a depth of greater than three. (ie: main page -> subpage -> subpage, depth = 3) | ||
|
||
## Major/Minor Edits Guidelines | ||
1. Describe reason for the edit in the pull request. | ||
2. Only have ONE major edit per pull requests. You may include multiple minor edits in a single request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters