Skip to content

Commit

Permalink
Add non-programmer section to contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jul 22, 2020
1 parent 1df3a74 commit 0d0f4f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Regardless of how closely you adhere to the following guidelines I really apprec

**Table of Contents**

* [What if I am not a programmer?](#what-if-i-am-not-a-programmer)
* [What should I know before I get started?](#what-should-i-know-before-getting-started)
* [Is there a todo list?](#is-there-a-todo-list)
* [Reporting Bugs](#reporting-bugs)
Expand All @@ -20,6 +21,12 @@ Follow the style of the rest of the code.
Comment your code where it makes sense.
Make sure the unit tests pass before submitting a pull request. Follow the [commit message rules](#commit-messages).

## What if I am not a programmer?

[There is plenty to contribute that isn't based in code.](https://www.youtube.com/watch?v=GAqfMNB-YBU&t=603)

Check out the [non-technical board](https://github.com/Col-E/Recaf/projects/3) for further directions and ways to contribute.

## What should I know before getting started?

It depends on what changes you are making.
Expand Down Expand Up @@ -96,4 +103,4 @@ To make this possible, it is crucial to use the [Angular Commit Message Conventi
* **perf**: A code change that improves performance
* **test**: Adding missing or correcting existing tests
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
generation
generation

0 comments on commit 0d0f4f6

Please sign in to comment.