We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533f340 commit 51fa863Copy full SHA for 51fa863
.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,8 @@
1
blank_issues_enabled: false
2
contact_links:
3
- - name: Code Analyzer Issues Repository
4
- url: https://github.com/forcedotcom/code-analyzer/issues
5
- about: Please create your issues in our main repository.
+ - name: Report a Bug
+ url: https://github.com/forcedotcom/code-analyzer/issues/new?template=3-github_action_bug.yml
+ about: Create an issue in our main repository.
6
+ - name: Request a New Feature
7
+ url: https://github.com/forcedotcom/code-analyzer/issues/new?template=5-feature_request.yml
8
+ about: Request a feature in our main repository.
0 commit comments