summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE')
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/bug_report.md20
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/feature_request.md22
3 files changed, 46 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/bug_report.md b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..96fe902
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,20 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/config.yml b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..917a641
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,4 @@
+contact_links:
+ - name: Questions
+ about: Please use our Discussions page
+ url: https://github.com/uber-go/zap/discussions
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/feature_request.md b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..8a1ef5c
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,22 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Is this a breaking change?**
+We do not accept breaking changes to the existing API. Please consider if your proposed solution is backwards compatible. If not, we can help you make it backwards compatible, but this must be considered when we consider new features.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.