blog

Log | Files | Refs

PULL_REQUEST_TEMPLATE.md (1889B)


      1 <!--
      2 
      3 ## READ BEFORE OPENING A PR
      4 
      5 Thank you for contributing to hugo-PaperMod!
      6 Please fill out the following questions to make it easier for us to review your
      7 changes. You do not need to check all the boxes below.
      8 
      9 **NOTE**: PaperMod does not have any external dependencies fetched from 3rd party
     10 CDN servers. However we do have custom Head/Footer extender templates which you can use
     11 to add those to your website.
     12 https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#custom-head--footer
     13 
     14 -->
     15 
     16 
     17 **What does this PR change? What problem does it solve?**
     18 
     19 <!--
     20 Describe the changes and their purpose here, as detailed as and if needed.
     21 
     22 Please do not add 2 unrelated changes in a single PR as it is difficult to track/revert those in future.
     23 -->
     24 
     25 
     26 **Was the change discussed in an issue or in the Discussions before?**
     27 
     28 <!--
     29 Link issues and relevant Discussions posts here. Please create an issue or start a Discussion before opening a PR if you have not done so already.
     30 
     31 If this PR resolves an issue on GitHub, use "Closes #1234" so that the issue
     32 is closed automatically when this PR is merged.
     33 -->
     34 
     35 
     36 ## PR Checklist
     37 
     38 - [ ] This change adds/updates translations and I have used the [template present here](https://github.com/adityatelange/hugo-PaperMod/wiki/Translations#want-to-add-your-language-).
     39 - [ ] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
     40 - [ ] I have verified that the code works as described/as intended.
     41 - [ ] This change adds a Social Icon which has a permissive license to use it.
     42 - [ ] This change **does not** include any CDN resources/links.
     43 - [ ] This change **does not** include any unrelated scripts such as bash and python scripts.
     44 - [ ] This change updates the overridden internal templates from HUGO's repository.