Skip to content
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

Added Github Issue Templates #1160

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Bug Report
labels: bug
description: Report a problem with vis.
body:

- type: markdown
attributes:
value: |
***Before reporting***, search [existing issues.](https://github.com/martanne/vis/issues?q=type%3Aissue)

- type: textarea
attributes:
label: "Problem"
description: "Describe the current behavior."
validations:
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
placeholder: |
:,
:y/regex/
- type: input
attributes:
label: "vis version (vis -v)"
placeholder: "vis v0.7-151-g8ff0bea-dirty +curses +lua +tre +acl"
validations:
required: true
- type: input
attributes:
label: "Terminal name/version"
placeholder: "st 0.8.2"
- type: input
attributes:
label: "$TERM environment variable"
placeholder: "st-256color"
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: IRC Channel
url: https://web.libera.chat/#vis-editor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IRC URL should be ircs://irc.libera.chat:6697/vis-editor, shouldn’t it?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure its that important. For the people who actively use IRC I think "#vis-editor on Libera" is sufficient without the link.

about: "Join the IRC channel #vis-editor on libera."
- name: Mailing List
url: https://lists.sr.ht/~martanne/devel
about: The vis Mailing List.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature Request
description: Thank you for your interest in improving vis.
title: "[Feature Request]:"
labels: [meta:feature-request]
body:
- type: markdown
attributes:
value: |
### The current practise is for feature discussion to take place in the vis [mailing list](https://lists.sr.ht/~martanne/devel).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might just reword this to:

The current practice and preferred location for large feature requests and general design discussion is the vis mailing list.


- type: textarea
attributes:
label: What feature would you like to see?