Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.72 KB

CONTRIBUTING.md

File metadata and controls

71 lines (42 loc) · 2.72 KB

Contributions

❤️ Thank you! Contributions are more than welcome and there are multiple ways to contribute.

💡 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.


Gitpod

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)

  1. Once you have a GitHub and Gitpod account, join the QAP Team on Gitpod

  2. In the top left corner, select QAP and open the Projects tab

  3. Find the repo (base in this case) and click it's name

  4. This will start a new workspace and open a browser tab with VS Code ready to go!

  5. Make a branch, commit your changes, then submit a pull request

Local Development

Fork the repo and create a new branch, then submit a pull request.

  1. Fork it https://github.com/qa-at-the-point/base/fork

  2. Create your feature branch

    git checkout -b my-new-feature
  3. Commit your changes

    git commit -am 'Add some feature'
  4. Push to the branch

    git push origin my-new-feature
  5. Create new Pull Request

Send Markdown

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 😎