You will need the following:
- Github Account
- Github Desktop
- Text Editor like: (I recommend atom if you don't have one)
- Atom: https://atom.io/
- vsCode: https://code.visualstudio.com/
- Brackets: http://brackets.io/
- Navigate to the Bandwidth FAQ Github Repo
- Click the
- Choose 'Open in Desktop'
- The Github Desktop application should open the repo.
Deside where the best place to save the files, in this case ~/Documents/faq
Every time you want to make a change, you need to create a new branch Multiple questions can be added per branch, but after the changes have been accepted, you need to create a new branch
Once you have your branch, it's time to make some changes!
Using one of the text editors from the pre-reqs, open the folder from the saved location.
These are the general steps you'll used to add a new question
In Summary.md
You can add a new TOPIC by adding ## Topic
to a new line.
You also need to create a new folder for each new topic. Existing topics already have their folder
Once the folder has been created, type out your new answer using markdown
In the summary.md file, add the question title and the 'relative path' to the answer
## Demo Question
* [How can I add questions to the faq](demo-questions/demo-answer.md)
Once you're done making your changes, save everything and go back to github desktop.
We need to commit
everything we did in github desktop
In github desktop, you can see the list of changes. Make sure they look right, and tick the [ ] check box.
In the field below the changes, type a breif description of your changes then click the Commit
button
After you hit the commit button, the page will refresh and changes will be commited. You can click the buttons in the top right to see your history
You can have as many commits as you need. Each commit is only stored locally and is just a way to save your work from a certain point in time.
Once everything is commited click the button.
You have the chance to add more information here if needed
Once you submit the PR it is live on Github and ready to review!
You can see the files changed under the Files Changed
tab