Skip to content

Commit

Permalink
issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 6, 2023
1 parent 8e45767 commit aff15ff
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: File a bug report
title: ''
labels: community, bug
assignees: ''

---

**Current behaviour**
<!-- What is be happening. -->

**Expected behaviour**
<!-- What should be happening. -->

**Steps to reproduce**
<!--
How can we reproduce this issue in order to diagnose it?
Code snippets, log messages, screenshots and sample apps are encouraged!
-->

**How does `datadog-ci` help you?**
<!-- Optionally, tell us why and how you're using datadog-ci, and what your overall experience with it is! -->

**Environment**

* **datadog-ci-rb version:**
* **Configuration block (`Datadog.configure ...`):**
* **Test framework version:**
* **CI Provider:**
* **Ruby version:**
* **Operating system:**
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: community, feature-request
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the goal of the feature**
<!-- A clear and concise description of what you want to happen, and how it may used or behave. -->

**Describe alternatives you've considered**
<!-- Optionally, provide description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

**How does `datadog-ci` help you?**
<!-- Optionally, tell us why and how you're using datadog-ci, and what your overall experience with it is! -->

0 comments on commit aff15ff

Please sign in to comment.