Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.4 KB

Contributing.md

File metadata and controls

52 lines (26 loc) · 1.4 KB

Contributing

Most of this file is still todo

Editing files and making a pull request

Find a mistake or figure out what you want to edit

find a mistake

Then click edit

(Make sure you're viewing the file itself)

click edit in top right

Make your changes

find the mistake

change what needs to be changed

Commit changes

Make sure you select "Create a new branch for this commit and start a pull request" if the option is available.

commit changes

Type in a message and click "Propose file change"

Add any details to the pull request if you need to - then create pull request

fill in pull request details

Click "create pull request"

Pull request created! you'll be automatically emailed if anyone comments or mentions you on the pull request

pull request created

Look in the "Files changed" tab to see changes (optional)

files changed

Once your PR (pull request) has been accepted you'll see this and can delete the branch you made the edit on

pr accepted

Your changes will be live

changes live