site

personal website, served at mordaunt.dev/site
Log | Files | Refs

pull_request_template.md (768B)


      1 ### Prerequisites
      2 
      3 Put an `x` into the box(es) that apply:
      4 
      5 - [ ] This pull request fixes a bug.
      6 - [ ] This pull request adds a feature.
      7 - [ ] This pull request introduces breaking change.
      8 
      9 ### Description
     10 
     11 Describe what this pull request achieves.
     12 
     13 ### Issues Resolved
     14 
     15 List any existing issues this pull request resolves.
     16 
     17 ### Checklist
     18 
     19 Put an `x` into the box(es) that apply:
     20 
     21 #### General
     22 
     23 - [ ] Describe what changes are being made
     24 - [ ] Explain why and how the changes were necessary and implemented respectively
     25 - [ ] Reference issue with `#<ISSUE_NO>` if applicable
     26 
     27 #### Resources
     28 
     29 - [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files
     30 
     31 #### Contributors
     32 
     33 - [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already