39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
<!--
|
|
|
|
## Read this before opening a PR.
|
|
|
|
Thank you for contributing to hugo-blog-awesome!
|
|
Please fill out the following questions to make it easier for us to review your
|
|
changes. Neither you need to answer all questions nor you have to check all the boxes below.
|
|
|
|
-->
|
|
|
|
|
|
## What problem does this PR solve?
|
|
|
|
<!--
|
|
A small description of the fix.
|
|
-->
|
|
|
|
## Is this PR adding a new feature?
|
|
|
|
<!--
|
|
A small description of the feature.
|
|
-->
|
|
|
|
## Is this PR related to any issue or discussion?
|
|
|
|
<!--
|
|
Provide link(s) to any relevant issue or discussion post here.
|
|
|
|
If this PR resolves an existing issue (say issue number 1), write "Closes #1" in your pull request description (not in title) so that the issue is closed automatically when this PR is merged.
|
|
-->
|
|
|
|
|
|
## PR Checklist
|
|
|
|
- [ ] I have verified that the code works as described/as intended.
|
|
- [ ] This change adds a social icon which has a permissive license to use it.
|
|
- [ ] This change **does not** include any external library/resources.
|
|
- [ ] This change **does not** include any unrelated scripts (e.g. bash and python scripts).
|
|
- [ ] 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).
|