diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index abb23cf0a..a8c151f5d 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,17 +1,17 @@ -References -=================== -> Add references to related Issues/Pull Requests/Travis Builds/Rollbar errors/etc... +## References -Objectives -=================== -> What are the objectives of this changes? (If there is no related Issue with an explanation) +> Related Issues/Pull Requests/Travis Builds/Rollbar errors/etc... + +## Objectives + +> What are the objectives of these changes? + +## Visual Changes -Visual Changes -=================== > Any visual changes? please attach screenshots (or gifs) showing them. > If modified views are public (not the admin panel), try them in mobile display (with your browser's developer console) and add screenshots. -Notes -=================== +## Notes + > Mention rake tasks or actions to be done when deploying this changes to a server (if any). > Explain any caveats, or important things to notice like deprecations (if any).