pulsar/PULL_REQUEST_TEMPLATE.md

47 lines
1.6 KiB
Markdown
Raw Normal View History

2016-12-22 06:58:39 +03:00
### Requirements
* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* All new code requires tests to ensure against regressions
### Description of the Change
<!--
We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.
-->
2016-12-26 19:34:59 +03:00
### Alternate Designs
2016-12-22 06:58:39 +03:00
<!-- Explain what other alternates were considered and why the proposed version was selected -->
2016-12-22 07:15:05 +03:00
### Why Should This Be In Core?
2016-12-22 06:58:39 +03:00
<!-- Explain why this functionality should be in atom/atom as opposed to a package -->
### Benefits
<!-- What benefits will be realized by the code change? -->
### Possible Drawbacks
<!-- What are the possible side-effects or negative impacts of the code change? -->
### Verification Process
<!--
What process did you follow to verify that your change has the desired effects?
- How did you verify that all new functionality works as expected?
- How did you verify that all changed functionality works as expected?
- How did you verify that the change has not introduced any regressions?
Describe the actions you performed (e.g., buttons you clicked, text you typed, commands you ran, etc.), and describe the results you observed.
-->
2016-12-22 06:58:39 +03:00
### Applicable Issues
<!-- Enter any applicable Issues here -->