diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..2e81a9f6 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,54 @@ +## EmberJS Open Meeting Notes + + +### Meeting Info + + +- Meeting: EVENT NAME +- Date: DATE +- Facilitator: NAME (GITHUB USERNAME) + +### Agenda + +Agendas have two sections: + +1. Standing items: should happen every meeting +2. Additional discussion: for any other topic to be discussed + +#### Standing Item: General Admin + + + + + +- Any new, known blockers for our users in ember-source? +- Any show-stopping [issues](https://github.com/emberjs/ember.js/issues) that need more immediate attention? +- Any [pull requests](https://github.com/emberjs/ember.js/pulls) that needs more urgent review? + +#### Standing Item: RFC Review + + + +TODO: +- [ ] Review new comments or feedback in the RFC, and the checklist in each PR description. +- [ ] Determine if there are any new actions to take, or if any checkboxes have been completed. +- [ ] Update this document with notes. + +RFC Categories: +1. [Exploring](https://github.com/emberjs/rfcs/labels/S-Exploring) +2. [Proposed](https://github.com/emberjs/rfcs/labels/S-Proposed) +3. [Ready for Release](https://github.com/emberjs/rfcs/labels/S-Ready%20for%20Release) +4. [Released](https://github.com/emberjs/rfcs/labels/S-Recommended) +5. [Recommended](https://github.com/emberjs/rfcs/labels/S-Released) + + +