-
Notifications
You must be signed in to change notification settings - Fork 4
Add Cruft & apply changes from upstream template #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,28 @@ | ||
| { | ||
| "template": "https://github.com/getpelican/cookiecutter-pelican-plugin", | ||
| "commit": "c961d0e4dbb0758b15f7102c6f5585660dd0551a", | ||
| "checkout": null, | ||
| "context": { | ||
| "cookiecutter": { | ||
| "plugin_name": "yaml-metadata", | ||
| "repo_name": "yaml-metadata", | ||
| "package_name": "yaml_metadata", | ||
| "distribution_name": "pelican-yaml-metadata", | ||
| "version": "2.1.0", | ||
| "description": "Pelican plugin for YAML-formatted Markdown metadata headers", | ||
| "authors": "{name = \"Carey Metcalfe\", email = \"carey@cmetcalfe.ca\"}, {name = \"Justin Mayer\", email = \"entroP@gmail.com\"}", | ||
| "keywords": "\"pelican\", \"plugin\"", | ||
| "readme": "README.md", | ||
| "contributing": "CONTRIBUTING.md", | ||
| "license": "MIT License|MIT", | ||
| "repo_url": "https://github.com/pelican-plugins/yaml-metadata", | ||
| "dev_status": "5 - Production/Stable", | ||
| "tests_exist": false, | ||
| "python_version": ">=3.11", | ||
| "pelican_version": ">=4.5", | ||
| "_template": "https://github.com/getpelican/cookiecutter-pelican-plugin", | ||
| "_commit": "9fff5f77d0678218def8c081481d3ad3d66cd3c7" | ||
| } | ||
| }, | ||
| "directory": null | ||
| } |
This file contains hidden or 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,2 @@ | ||
| github: justinmayer | ||
| liberapay: pelican |
This file contains hidden or 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,40 @@ | ||
| --- | ||
| name: "\U0001F41E Bug Report" | ||
| about: Did you find a bug? | ||
| title: '' | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| <!-- | ||
| Hi there! Thank you for discovering and submitting an issue. | ||
|
|
||
| Before you submit this, let’s make sure of a few things. | ||
| Please make sure the following boxes are ticked if they are correct. | ||
| If not, please try and fulfill them first. | ||
| --> | ||
|
|
||
| <!-- Checked checkbox should look like this: [x] --> | ||
| - [ ] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. | ||
| - [ ] I have searched the [issues](https://github.com/pelican-plugins/yaml-metadata/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. | ||
|
|
||
| <!-- | ||
| Once the above boxes are checked, if you are able to fill in the following list | ||
| with your information, it would be very helpful for maintainers. | ||
| --> | ||
|
|
||
| - **OS version and name**: <!-- Replace with version + name --> | ||
| - **Python version**: <!-- Replace with version --> | ||
| - **Pelican version**: <!-- Replace with version --> | ||
| - **Link to theme**: <!-- Replace with link to the theme you are using --> | ||
| - **Links to plugins**: <!-- Replace with list of links to plugins you are using --> | ||
| - **Link to your site**: <!-- If available, replace with link to your site --> | ||
| - **Link to your source**: <!-- If available, replace with link to relevant source repository --> | ||
| - **Link to a [Gist](https://gist.github.com/) with the contents of your settings file**: <!-- If your source is not accessible, put Gist link here --> | ||
|
|
||
| ## Issue | ||
| <!-- | ||
| Now feel free to write your issue. Please avoid vague phrases like “[…] doesn’t work”. | ||
| Be descriptive! Thanks again 🙌 ❤️ | ||
| --> |
This file contains hidden or 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,22 @@ | ||
| --- | ||
| name: "\U0001F4DA Documentation" | ||
| about: Did you find errors, problems, or anything unclear in the README/docs? | ||
| title: '' | ||
| labels: docs | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| <!-- | ||
| Hi there! Thank you for discovering and submitting an issue with our documentation. | ||
|
|
||
| Before you submit this, let’s make sure of a few things. | ||
| Please make sure the following boxes are ticked if they are correct. | ||
| If not, please try and fulfill them first. | ||
| --> | ||
|
|
||
| <!-- Checked checkbox should look like this: [x] --> | ||
| - [ ] I have searched the [issues](https://github.com/pelican-plugins/yaml-metadata/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. | ||
|
|
||
| ## Issue | ||
| <!-- Now feel free to write your issue, but please be descriptive! Thanks again 🙌 ❤️ --> |
This file contains hidden or 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,24 @@ | ||
| --- | ||
| name: "\U0001F381 Feature Request" | ||
| about: Do you have ideas for new features and improvements? | ||
| title: '' | ||
| labels: enhancement | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| <!-- | ||
| Hi there! Thank you for wanting to make Pelican better. | ||
|
|
||
| Before you submit this, let’s make sure of a few things. | ||
| Please make sure the following boxes are ticked if they are correct. | ||
| If not, please try and fulfill them first. The last one is optional but encouraged. | ||
| --> | ||
|
|
||
| <!-- Checked checkbox should look like this: [x] --> | ||
| - [ ] I have searched the [issues](https://github.com/pelican-plugins/yaml-metadata/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. | ||
| - [ ] I have searched the [Pelican documentation](https://docs.getpelican.com/) and believe that my question is not covered. | ||
| - [ ] I am willing to lend a hand to help implement this feature. <!-- optional but encouraged --> | ||
|
|
||
| ## Feature Request | ||
| <!-- Now feel free to write your idea for improvement. Thanks again 🙌 ❤️ --> |
This file contains hidden or 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,23 @@ | ||
| --- | ||
| name: "\U0001F5C3 Everything Else" | ||
| about: Do you have a question/issue that does not fall into any of the other categories? | ||
| title: '' | ||
| labels: question | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| <!-- | ||
| Describe your question/issue here. This space is meant to be used for general questions | ||
| that are not bugs, feature requests, or documentation issues. | ||
| Before you submit this, let’s make sure of a few things. | ||
| Please make sure the following boxes are ticked if they are correct. | ||
| If not, please try and fulfill them first. | ||
| --> | ||
|
|
||
| <!-- Checked checkbox should look like this: [x] --> | ||
| - [ ] I have searched the [issues](https://github.com/pelican-plugins/yaml-metadata/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. | ||
| - [ ] I have searched the [Pelican documentation](https://docs.getpelican.com/) and believe that my question is not covered. | ||
|
|
||
| ## Issue | ||
| <!-- Now feel free to write your issue, but please be descriptive! Thanks again 🙌 ❤️ --> |
This file contains hidden or 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,7 @@ | ||
| # Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: '💬 Pelican IRC Channel on Freenode' | ||
| url: https://kiwiirc.com/client/irc.freenode.net/?#pelican | ||
| about: | | ||
| Chat with the community, ask questions, and learn about best practices. |
This file contains hidden or 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,12 @@ | ||
| # Pull Request Checklist | ||
|
|
||
| Resolves: #issue-number-here <!-- Only if related issue *already* exists — otherwise remove this line --> | ||
|
|
||
| <!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. Also, please read our [contribution guide](https://docs.getpelican.com/en/latest/contribute.html#contributing-code) at least once — it will save you unnecessary review cycles! --> | ||
|
|
||
| - [ ] Ensured **tests pass** and (if applicable) updated functional test output | ||
| - [ ] Conformed to **code style guidelines** by running appropriate linting tools | ||
| - [ ] Added **tests** for changed code | ||
| - [ ] Updated **documentation** for changed code | ||
|
|
||
| <!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! --> |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.