From 0394c5eaac3b3f5fec2091225b9bc6baf1b24b35 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 10 Sep 2019 15:00:48 -0700 Subject: [PATCH] Update contributing guidelines --- .github/stale.yml | 4 +--- CONTRIBUTING.md | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index fb3f77bda..5817ab5fd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9be120832..664fb730b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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. + + ## Setup The following steps will get you setup to contribute changes to this repo: @@ -67,6 +69,8 @@ yarn install yarn build ``` + + ## Development ### Packages