❤️ Thank you! Contributions are more than welcome and there are multiple ways to contribute.
- Add or edit an official post on our Knowledgebase Website
- Add or edit a wiki page in our QAP Wiki
- Add or edit a code example in our GitHub (ie Gist, Recipe, Repo)
- Ask questions or answer them in our Discussions Board
- Request an item or topic to be added to the Knowledgebase in our Issues Board
💡 Code contributions should go to their respective repos. Please contact
Carlos Kidman (elsnoman)
with any questions.
For the base
repo, there are a different ways to setup the project:
💡 Use the Visual Styleguide to see what the markdown post will look like on the website.
💡 Use how-to-make-a-post.md (and click
Raw
) to see what a raw markdown file looks like.
We can share Gitpod workspaces so you don't have to do any local setup. Spin up a pod and start coding!
💡 You will need a GitHub and Gitpod account (both free)
-
Once you have a GitHub and Gitpod account, join the QAP Team on Gitpod
-
In the top left corner, select QAP and open the Projects tab
-
Find the repo (
base
in this case) and click it's name -
This will start a new workspace and open a browser tab with VS Code ready to go!
-
Make a branch, commit your changes, then submit a pull request
Fork the repo and create a new branch, then submit a pull request.
-
Create your feature branch
git checkout -b my-new-feature
-
Commit your changes
git commit -am 'Add some feature'
-
Push to the branch
git push origin my-new-feature
-
Create new Pull Request
If you are unfamiliar with GitHub, coding, or just want the simplest option, you can send us a markdown file. A maintainer will review it, may ask for revisions, put it in the appropriate place, and submit it for you.
Please send them to Carlos Kidman! Preferably in our Slack group 😎