diff --git a/.github/stale.yml b/.github/stale.yml index fb3f77bda4..5817ab5fdf 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 9be1208320..664fb730b9 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