mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
add oss issue template
https://github.com/hasura/graphql-engine-mono/pull/2178 GitOrigin-RevId: 8c5a181bb087d118164af962f4d5874a795255b8
This commit is contained in:
parent
a41d34c62f
commit
d06dd037be
61
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
61
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
name: 🐜 Bug report
|
||||
about: If something isn't working 🔧
|
||||
labels: "bug"
|
||||
---
|
||||
|
||||
### Version Information
|
||||
|
||||
Server Version:
|
||||
CLI Version (for CLI related issue):
|
||||
|
||||
### Environment
|
||||
|
||||
<!--Cloud/ OSS / EE -->
|
||||
|
||||
### What is the expected behaviour?
|
||||
|
||||
<!--
|
||||
Provide a clear description of what you want to happen.
|
||||
-->
|
||||
|
||||
### Keywords
|
||||
|
||||
<!--
|
||||
What keywords did you use when trying to find an existing bug report?
|
||||
List them here so people in the future can find this one more easily.
|
||||
-->
|
||||
|
||||
### What is the current behaviour?
|
||||
|
||||
<!--
|
||||
Provide a clear description of what is the current behaviour.
|
||||
-->
|
||||
|
||||
### How to reproduce the issue?
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Screenshots or Screencast
|
||||
|
||||
<!--
|
||||
Providing relevant Screenshots/ Screencasts would help us to debug the issue quickly.
|
||||
-->
|
||||
|
||||
### Please provide any traces or logs that could help here.
|
||||
|
||||
<!-- Provide your answer here. -->
|
||||
|
||||
### Any possible solutions?
|
||||
|
||||
<!-- Provide your answer here. -->
|
||||
|
||||
### Can you identify the location in the source code where the problem exists?
|
||||
|
||||
<!-- Provide your answer here. -->
|
||||
|
||||
### If the bug is confirmed, would you be willing to submit a PR?
|
||||
|
||||
<!-- Provide your answer here. -->
|
26
.github/ISSUE_TEMPLATE/02_feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/02_feature_request.md
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
name: 🚀 Feature request
|
||||
about: Suggest an idea for improving Hasura
|
||||
labels: "enhancement"
|
||||
---
|
||||
|
||||
### Is your proposal related to a problem?
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what the problem is.
|
||||
For example, "I'm always frustrated when..."
|
||||
-->
|
||||
|
||||
### Describe the solution you'd like
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what you want to happen.
|
||||
-->
|
||||
|
||||
### Describe alternatives you've considered
|
||||
|
||||
<!-- Provide your answer here. -->
|
||||
|
||||
### If the feature is approved, would you be willing to submit a PR?
|
||||
|
||||
<!-- Provide your answer here. -->
|
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ☁️ Hasura Cloud Help & Support Center
|
||||
url: https://cloud.hasura.io/support
|
||||
about: For Issues related to Hasura Cloud ⚡️
|
||||
- name: ❓ Get Support from Discord Community
|
||||
url: https://discord.com/invite/hasura
|
||||
about: Please ask and answer questions here. 🏥
|
||||
- name: 🙋♀️ Have a question on how to achieve something with Hasura?
|
||||
url: https://github.com/hasura/graphql-engine/discussions
|
||||
about: Start a GitHub discussion
|
||||
|
Loading…
Reference in New Issue
Block a user