Skip to content

Commit e3ae9a8

Browse files
authored
Merge pull request #218 from cure-dao/gitbook
2 parents 60c0918 + c06c422 commit e3ae9a8

File tree

5 files changed

+101
-89
lines changed

5 files changed

+101
-89
lines changed

SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* [📖 References](constitution/12-references.md)
1717
* [⚠ DISCLAIMER](constitution/13-disclaimer.md)
1818
* [❓ How To Get Involved](how-to/README.md)
19-
* [💻 How to Contribute to the Docs](how-to/edit-files-in-the-browser/README.md)
20-
* [✍ Writing Style Guide](how-to/edit-files-in-the-browser/style-guide.md)
19+
* [💻 How to Contribute to the Docs](how-to/contribute-to-docs/README.md)
20+
* [✍ Writing Style Guide](how-to/contribute-to-docs/style-guide.md)
2121
* [👍 Vote on Amendments to the Constitution](how-to/voting-on-changes.md)
2222
* [Task Management](how-to/task-management/README.md)
2323
* [How to Execute](how-to/task-management/how-to-execute.md)

constitution/2-solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For over 99% of recorded human history, the average human life expectancy has be
150150

151151
![historical life expectancy](../assets/life-expectancy/life-expectancy-historical.jpg)
152152

153-
#### 1893 - The Advent of Safety and Efficiency Trials
153+
#### 1893 - The Advent of Safety and Efficacy Trials
154154

155155
In the late nineteenth and early twentieth century, clinical objectivity grew.
156156
The independent peer-reviewed Journal of the American Medical Association (JAMA) was founded in 1893.

how-to/contribute-to-docs/README.md

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
description: >-
3+
If you need any help to get set up, ask @mikepsinn for help in the Discussions
4+
forum. I'd be happy to respond to any questions or have a video call with you.
5+
---
6+
7+
# 💻 How to Contribute to the Docs
8+
9+
{% hint style="danger" %}
10+
Make sure to adhere to the [Writing Style Guide](style-guide.md) and always use [Grammarly](https://grammarly.com) when editing.
11+
{% endhint %}
12+
13+
## Option 1: Edit or Comment On Gitbook
14+
15+
This is the easiest option if you're not familiar with git. 
16+
17+
1. Click this link to get access to the Githbook space [https://app.gitbook.com/invite/5VrxfXthJ6nareW3125z/p0fM9cYNQCjl8W9EvAlb](https://app.gitbook.com/invite/5VrxfXthJ6nareW3125z/p0fM9cYNQCjl8W9EvAlb)
18+
2. If you've already clicked the above link and have access, go here to edit or comment: [https://app.gitbook.com/o/5VrxfXthJ6nareW3125z/s/ALpB7mDyBf0ce3vSyslF](https://app.gitbook.com/o/5VrxfXthJ6nareW3125z/s/ALpB7mDyBf0ce3vSyslF/)
19+
20+
### Commenting on Githubook
21+
22+
1. Just click the speech bubble to the right of any text. More info here [https://docs.gitbook.com/collaboration/comments](https://docs.gitbook.com/collaboration/comments)
23+
24+
### Editing On Gitbook
25+
26+
1. Follow the instructions here to edit and submit a change request: [https://docs.gitbook.com/editing-content/editing-pages/change-requests#creating-a-change-request](https://docs.gitbook.com/editing-content/editing-pages/change-requests#creating-a-change-request)
27+
28+
{% hint style="danger" %}
29+
Make sure to enter a descriptive subject when submitting changes.
30+
{% endhint %}
31+
32+
## Option 2: Edit Locally
33+
34+
This is a good option if you want to get familiar with git or need to contribute code.
35+
36+
Every page is a [MarkDown](https://guides.github.com/features/mastering-markdown/) file, which is an easy-to-learn syntax extension to plain text that makes creating links, rendering images, and nice-looking formatting simple.
37+
38+
### Fork the Repository
39+
40+
1. [Go to cure-dao/draft-whitepaper](https://github.com/cure-dao/draft-whitepaper)
41+
42+
2\. Click on Fork your own copy of cure-dao/draft-whitepaper to your account
43+
44+
![Step 2 screenshot](https://images.tango.us/public/screenshot\_82ba05a9-3700-4493-a2b1-bcafb8638640?crop=focalpoint\&fit=crop\&fp-x=0.8614\&fp-y=0.1040\&fp-z=3.0214\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1814%3A904)
45+
46+
3\. Click on your personal account name
47+
48+
![Step 3 screenshot](https://images.tango.us/public/screenshot\_6d9d3f57-7899-446d-8e1e-f4863b28b864?crop=focalpoint\&fit=crop\&fp-x=0.4956\&fp-y=0.2633\&fp-z=1.9253\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1814%3A904)
49+
50+
### How to Edit and Submit Your Changes
51+
52+
Here are some helpful tutorials:
53+
54+
* [https://www.section.io/engineering-education/how-to-submit-your-first-article/](https://www.section.io/engineering-education/how-to-submit-your-first-article/)
55+
* [https://github.com/firstcontributions/first-contributions/blob/master/gui-tool-tutorials/github-windows-vs-code-tutorial.md](https://github.com/firstcontributions/first-contributions/blob/master/gui-tool-tutorials/github-windows-vs-code-tutorial.md)
56+
* [https://www.dataschool.io/how-to-contribute-on-github/](https://www.dataschool.io/how-to-contribute-on-github/)
57+
58+
## Other Options
59+
60+
### Editing Directly on GitHub
61+
62+
**(recommended for beginners or small changes)**
63+
64+
The fastest way is to edit directly on GitHub.
65+
66+
Each page has an "Edit on Github" link to the right of the content. By clicking it you are taken to the GitHub sign-in page, where you can either log in or create an account.
67+
68+
Once logged in, you'll be taken to the GitHub built-in text editor where you can make your edits directly. When you've completed your changes, you can add any specific details on what was changed create a new Pull Request to the repository. From there one of the maintainers will review your changes, and either merge them or request changes.
69+
70+
Remember that after you click "Propose Changes", you must also click on "Create Pull Request" on the next page.
71+
72+
The process is illustrated in this [visual walk-through](https://scribehow.com/shared/How\_to\_Write\_a\_Constitution\_In\_a\_Democratic\_Fashion\_\_XPpT\_GzCQC27ouEjEF2oXg).
73+
74+
1. Contributors should attempt to adhere to the prevailing `MarkDown` style, language, and layout.
75+
2. Please adhere to the guidelines in the [Writing Style Guide](style-guide.md).
76+
3. **Commit messages should be as detailed as possible to describe the changes made.**
77+
78+
### Editing in Online VS Code
79+
80+
You can also instantly open anything in an online version of VSCode in either of the following ways:
81+
82+
1. Click the `Fork` button to create your own copy of this repository.
83+
2. Press the `.` charcter while browsing YOUR FORKED repository or pull request on GitHub.
84+
3. Edit in VS Code
85+
4. Click the Branch icon on the left
86+
5. Click the plus next to modified files
87+
6. Add a commit description
88+
7. Click the checkmark to commit
89+
8. Click the sync button at the bottom to upload your changes
90+
9. Open YOUR FORKED repository on GitHub
91+
10. Click "Contribute" to make a pull request back to the main repo.
92+

how-to/edit-files-in-the-browser/style-guide.md renamed to how-to/contribute-to-docs/style-guide.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
description: How to contribute to the CureDAO documentation.
33
---
44

5-
# ✍ Style Guide
5+
# ✍ Writing Style Guide
6+
7+
{% hint style="danger" %}
8+
Be sure to use [Grammarly ](https://grammarly.com)when editing to avoid any grammatical errors.
9+
{% endhint %}
610

711
## General principles
812

@@ -55,7 +59,7 @@ Flags (or tags) can be appended to text to signify a need for verification, revi
5559
The various kinds of flags available for use are listed below:
5660

5761
| **Flag type** | **Purpose** |
58-
|---------------------|----------------------------------|
62+
| ------------------- | -------------------------------- |
5963
| \[citation\_needed] | Statement is missing citation |
6064
| \[clarify] | Statement needs clarification |
6165
| \[imperative] | Statement uses imperative speech |

how-to/edit-files-in-the-browser/README.md

-84
This file was deleted.

0 commit comments

Comments
 (0)