Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 2.78 KB

creating-a-charter-for-review.md

File metadata and controls

45 lines (40 loc) · 2.78 KB

Creating a Charter for Review

These are instructions on how to make a pull request (and add a charter to the repo for review).

Sign-in

Please sign into GitHub in the upper-right corner.
Sign in

Fork the repo

Click on the "Fork" button (upper right).
Fork button Select a space to fork the repo (copy).
Fork select

Make a new charter document

Copy the current template.

Click on the template document. Click template Click on edit to select (and copy) the markdown.
Copy template

Write Your Charter.md

Click "Code"
Click code Click "Create new file"
Click create new file Name the charter. If you give the file the ".md" extension, GitHub will know to display the markdown as a formatted file.
Name charter Paste in the template and edit as needed.
Here is a markdown cheatsheet as a formatting reference. You can click on the "Preview" or "Preview changes" tab as needed to see the formatting rendered. To continue editing simply click back on the "<> Edit file" tab.
Save at the bottom of the page by making a commit (feel free to do this as needed).
Commit changes

Make a Pull Request

Go to the BICCN repo .
Click the "New pull request" button.
New PR Click "compare across forks" Compare forks Select your fork for your charter. Select fork Name and add (optional comment).
Name PR Click "Create pull request"
Click PR Done!