Skip to content

Commit

Permalink
Merge pull request #418 from dmwm/issue-templates
Browse files Browse the repository at this point in the history
Issue templates proposal
  • Loading branch information
ericvaandering authored Sep 7, 2023
2 parents 8a321e2 + ece30b7 commit dc3e37b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bug report
about: Create a bug report
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Additional context**
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/dev-task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Dev Task
about: Development item notebook
title: "[DEV]"
labels: dev
assignees: ''

---

**Task description**
A clear description of what the task is about

**Related issues**
Link to bug or feature request issues

**Technical Implementation**
Describe the technical implementation needed, and what are the expected problems/questions

**Action items**
Sub-Items to be tracked
- []
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/development-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Development request
about: Describe a request for CMSRucio implementation
title: "[REQUEST]"
labels: enhancement
assignees: ''

---

**Describe your request**
A clear and concise description of the request. Please put context in the dedicated paragraph below.

**Is your feature request related to a problem?**
Put here the link to the related bug-issue

**Additional context**

0 comments on commit dc3e37b

Please sign in to comment.