Skip to content

Commit

Permalink
Update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 16, 2019
1 parent 6da6877 commit 0394c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/stale.yml
Expand Up @@ -7,9 +7,7 @@ daysUntilStale: 60
daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
exemptLabels: []

# Label to use when marking an issue as stale
staleLabel: wontfix
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -7,7 +7,7 @@ When it comes to open source, there are many different kinds of contributions th
- [Issue Not Getting Attention?](#attention)
- [Making a Pull Request?](#pr)
- [Setup](#setup)
- [Development](#development)
- [Development](#dev)

<a name="bug"/></a>

Expand Down Expand Up @@ -47,6 +47,8 @@ All commits that fix bugs or add features need a test.

All commits that change or add to the API must be done in a pull request that also updates all relevant examples and docs.

<a name="setup"/></a>

## Setup

The following steps will get you setup to contribute changes to this repo:
Expand All @@ -67,6 +69,8 @@ yarn install
yarn build
```

<a name="dev"/></a>

## Development

### Packages
Expand Down

0 comments on commit 0394c5e

Please sign in to comment.