update contributors guide

This commit is contained in:
Bryan MacFarlane
2020-01-12 10:08:22 -05:00
parent 1ecad9811f
commit c5dddd605c

View File

@@ -2,6 +2,8 @@
### Changes
The process is consistent for internal and external contributions. The only difference is external contributions PRs come from a fork.
For trivial bug fixes, create an issue to discuss and then a PR can follow referencing the issue.
For enhancements and new features, create an enhancment issue for discuss followed by a [design proposal known as an ADR](https://github.com/actions/setup-ruby/blob/adrs/adrs/README.md). This allows everyone to get to consensus before coding and also serves as a record going forward.