Skip to content

Commit

Permalink
Merge pull request meteor#11672 from meteor/feature/github-improve-is…
Browse files Browse the repository at this point in the history
…sues-creation

Improve creating new issues to give more options
  • Loading branch information
filipenevola authored Oct 4, 2021
2 parents 36fda50 + 67194bb commit 2c6d623
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: 🐛 Bug
about: Create a report to help us improve Meteor
title: ''
labels: ''
assignees: ''
---
<!--
* ❓ Questions?
Start a discussion on the Meteor forums (https://forums.meteor.com/) or post a message on (Community Slack)[https://join.slack.com/t/meteor-community/shared_invite/enQtODA0NTU2Nzk5MTA3LWY5NGMxMWRjZDgzYWMyMTEyYTQ3MTcwZmU2YjM5MTY3MjJkZjQ0NWRjOGZlYmIxZjFlYTA5Mjg4OTk3ODRiOTc]
* 💡 Feature requests?
Visit our Discussions page (https://github.com/meteor/meteor/discussions).
* ❗️ Bug?
This is the right place!
Before reporting a bug, please check for existing or closed issues
first and read the instructions for filing a bug report:
https://github.com/meteor/meteor/blob/devel/CONTRIBUTING.md#reporting-a-bug-in-meteor
Expand Down
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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: Ask a question or for help 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

0 comments on commit 2c6d623

Please sign in to comment.