From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- .../.github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++ .../.github/ISSUE_TEMPLATE/icon-request.md | 21 +++++++++++++ .../Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md | 6 ++++ 4 files changed, 88 insertions(+) create mode 100644 themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/icon-request.md create mode 100644 themes/docsy/assets/vendor/Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md (limited to 'themes/docsy/assets/vendor/Font-Awesome/.github') diff --git a/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/bug_report.md b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5e7c7b9 --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +What happened? What are you seeing? How did you arrive here? + +**To Reproduce** +Insert a URL to your test case - use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever. + +Describe any details about the test case that we need to know like "whatever you do, don't click the red button." + +**Expected behavior** +How would you like this to work instead? + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version and implementation** +Version: +Browser and version: + +- [ ] SVG with JS +- [ ] Web Fonts with CSS +- [ ] SVG Sprites +- [ ] On the Desktop + +**Bug report checklist** +- [ ] I have filled out as much of the above information as I can +- [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do +- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate diff --git a/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/feature_request.md b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6f901be --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. + +**Feature request checklist** +- [ ] This is a single feature (i.e. not a re-write of all of Font Awesome) +- [ ] The title starts with "Feature request: " and is followed by a clear feature name (Ex: `Feature request: moar cowbell`) +- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate diff --git a/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/icon-request.md b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/icon-request.md new file mode 100644 index 0000000..b366813 --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/icon-request.md @@ -0,0 +1,21 @@ +--- +name: Icon request +about: Suggest an icon to be included in Font Awesome +title: '' +labels: '' +assignees: '' + +--- + +**What can it be used for?** +Describe how this could be used / the use case for this icon. + +**Example image (optional)** +Insert the example image here if necessary. + +**Icon request checklist** +- [ ] This is a single icon or matched pair (Ex: `lock` / `unlock`) +- [ ] The title starts with "Icon request: " and is followed by the requested icon name (Ex: `Icon request: magical-unicorn`) +- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate +- [ ] I have included at least one example image if it could be helpful (optional) +- [ ] The request is for a concrete object (it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺) diff --git a/themes/docsy/assets/vendor/Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md b/themes/docsy/assets/vendor/Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..871e61a --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + + +I understand that: + +- [ ] I'm submitting this PR for reference only. It shows an example of what I'd like to see changed but + I understand that it will not be merged and I will not be listed as a contributor on this project. -- cgit v1.2.3