Add link to discussion and FIPs in New Issue
In our current issue flow, we ask a lot checklist questions : `This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.` `This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue. *` This information is better displayed in the `New Issue` chooser, to guide users to the relevant place for posting. This file will add two new entries in the issue chooser: - A entry that links to the Lotus Github Discussion pager for Lotus questions or troubleshooting - A entry that links to the FIPs repo for Filecoin protocol feature or enhancements
This commit is contained in:
parent
61f29a84b5
commit
3879c80e6f
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Ask a question about Lotus or get support
|
||||
url: https://github.com/filecoin-project/lotus/discussions/new/choose
|
||||
about: Ask a question or request support for using Lotus
|
||||
- name: Filecoin protocol feature or enhancement
|
||||
url: https://github.com/filecoin-project/FIPs/discussions/new/choose
|
||||
about: Write a discussion in the Filecoin Improvement Proposal repo
|
Loading…
Reference in New Issue
Block a user