forked from braintreeps/vim_dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default pull request template (braintreeps#89)
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Please use the following structure when proposing changes to our shared Vim configuration and make sure to complete the checklist at the end. | ||
|
||
# What | ||
|
||
Summarize your change. | ||
|
||
_Example: Specify full path when running focused specs._ | ||
|
||
# Why | ||
|
||
Summarize the motivation for the change (bug, feature, etc.) | ||
|
||
_Example: When only a relative path is specified, focused specs don't run if the shell's current working directory differs from the project root._ | ||
|
||
# Checklist | ||
|
||
- [ ] Send RFC email to Braintree developers _if change may be impactful_. Please include a link to this PR so that disucssion about the pros and cons of the change remains linked to the proposed changes. **Recent examples include**: addition of linter and completer, no longer removing end-of-line whitespace on save, changing to fzf for file lookup. |