forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve creating new issues to give more options
Add more options when opening a new issue along the lines of TypeScript repo: https://github.com/microsoft/TypeScript/issues/new/choose
- Loading branch information
1 parent
36fda50
commit eb1d366
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
.github/ISSUE_TEMPLATE.md β .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
This file contains 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
This file contains 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,31 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- | ||
about: Visit our Discussions page | ||
name: π‘ Feature requests | ||
url: https://github.com/meteor/meteor/discussions | ||
- | ||
about: Start a discussion on the Meteor forums | ||
name: β Question | ||
url: https://forums.meteor.com/ | ||
- | ||
about: Chat on our community Slack | ||
name: π― Chat | ||
url: https://join.slack.com/t/meteor-community/shared_invite/enQtODA0NTU2Nzk5MTA3LWY5NGMxMWRjZDgzYWMyMTEyYTQ3MTcwZmU2YjM5MTY3MjJkZjQ0NWRjOGZlYmIxZjFlYTA5Mjg4OTk3ODRiOTc | ||
- | ||
about: The official Meteor website | ||
name: βΉοΈ Website | ||
url: https://www.meteor.com | ||
- | ||
about: Meteor documentation | ||
name: π Documentation | ||
url: https://docs.meteor.com | ||
- | ||
about: The official Meteor guide on how to build great apps with Meteor | ||
name: β Guide | ||
url: https://guide.meteor.com | ||
- | ||
about: Check out example Meteor apps | ||
name: βπ¨ Examples | ||
url: https://github.com/meteor/examples |