-
Notifications
You must be signed in to change notification settings - Fork 219
docs(#457): add issue templates, notes on adding new icons #551
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
alex-courtis
merged 9 commits into
master
from
doc-issue-templates-tidy-readme-contributing
Jan 26, 2025
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e3526f3
docs: update contribution / icon adding docs
alex-courtis b23fcdb
add issue templates
alex-courtis 205eca1
use type instead of label
alex-courtis 09c95a4
fixup! docs: update contribution / icon adding docs
hasecilu f55b09b
revert CONTRIBUTING as changes present in #550
alex-courtis caae2c6
add missing icon notice
alex-courtis 755d2f3
add contributing reference
alex-courtis dc69caa
Merge branch 'master' into doc-issue-templates-tidy-readme-contributing
alex-courtis 5014f7c
Merge branch 'master' into doc-issue-templates-tidy-readme-contributing
alex-courtis 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,58 @@ | ||
name: Bug report | ||
description: Report a problem | ||
type: bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before reporting: | ||
* search [existing issues](https://github.com/nvim-tree/nvim-web-devicons/issues) | ||
* ensure that nvim-web-devicons is updated to the latest version | ||
|
||
Please submit a Pull Request to add an icon, see [CONTRIBUTING.md](https://github.com/nvim-tree/nvim-web-devicons/blob/master/CONTRIBUTING.md) | ||
- type: textarea | ||
attributes: | ||
label: "Description" | ||
description: "A short description of the problem you are reporting." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Neovim version" | ||
description: "Output of `nvim --version`" | ||
placeholder: | | ||
NVIM v0.10.3 | ||
Build type: RelWithDebInfo | ||
LuaJIT 2.1.1731601260 | ||
render: text | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "nvim-web-devicons version" | ||
description: "`cd <your-package-directory>/nvim-web-devicons.lua ; git log --format='%h' -n 1`" | ||
placeholder: | | ||
commit hash | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Operating system and version" | ||
placeholder: "Linux 5.16.11-arch1-1, macOS 11.5, Windows 10" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Windows variant" | ||
placeholder: "WSL, PowerShell, cygwin, msys" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: "Expected behavior" | ||
description: "A description of the behavior you expected:" | ||
- type: textarea | ||
attributes: | ||
label: "Actual behavior" | ||
description: "Observed behavior (may optionally include images, videos or a screencast)." | ||
|
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: Feature request | ||
about: Suggest an idea for nvim-web-devicons | ||
title: '' | ||
type: enhancement | ||
assignees: '' | ||
|
||
--- | ||
**Is this a request for a new icon?** | ||
Please submit a Pull Request to add an icon, see [CONTRIBUTING.md](https://github.com/nvim-tree/nvim-web-devicons/blob/master/CONTRIBUTING.md) | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. | ||
|
||
**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. |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this from CONTRIBUTING.md