Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch 'master' into '6.0/stage' #276

Merged
merged 2 commits into from
Apr 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[//]: # (This PR template outlines different sections that you can fill so reviewers have an easier time understanding your review.)
[//]: # (Using this template is strongly encouraged but not a hard requirement for getting your PR merged.)
[//]: # (Using this template in your commit description is also encouraged.)

= Problem

[//]: # (A clear description of the problem. The problem statement should be written in terms of a specific symptom that affects users or the codebase.)
[//]: # (The problem statement should not be written in terms of the solution.)

= Solution

[//]: # (A clear description of the high-level solution you have chosen and the reasons behind it.)
[//]: # (Describing why you chose the specific solution here is just as important as the actual high-level description of the solution.)
[//]: # (If there were other possible solutions that you considered and rejected, please mention those as well and the reasons you rejected them.)


[//]: # (Extra Possible Sections:)

[//]: # (= Notes To Reviewers)

[//]: # (Any extra information a reviewer may need to know before reviewing your change.)
[//]: # (For example here you might want to describe which files should be looked at first or which files.)

[//]: # (= Future work)

[//]: # (A description of what follow up work is explicitly not being done in this change.)
[//]: # (Creating new issues for that future work in the repo tracker and mentioning them here may work as well.)

[//]: # (= Testing)

[//]: # (If your patch introduces changes that are not covered by our CI/CD checks, please describe how you did your testing.)

[//]: # (= Github Issue Tracker Automation)

[//]: # (If your patch is fixing an issue filled in the repo's issue tracker mention this here. Example: "Closes #56")