Skip to content

Commit 989f7ad

Browse files
committed
docs: Added issue templates(bug_report, config, feature_request)
0 parents  commit 989f7ad

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "Bug report"
2+
description: Create a report to help us improve
3+
title: "[BUG]: "
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: Describe the bug
9+
value:
10+
placeholder: A clear and concise description of the bug.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: steps-to-reproduce
15+
attributes:
16+
label: Steps to reproduce
17+
value:
18+
placeholder: Steps to reproduce
19+
- type: textarea
20+
id: expected
21+
attributes:
22+
label: Expected behavior
23+
value:
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: actually-happening
28+
attributes:
29+
label: What is actually happening?
30+
value:
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: Screenshots
35+
attributes:
36+
label: Screenshots
37+
value:
38+
placeholder: If applicable, add screenshots to help explain your problem.
39+
- type: textarea
40+
id: additional-comments
41+
attributes:
42+
label: Any additional comments?
43+
value:
44+
placeholder: e.g. some background/context of how you ran into this bug.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: MonoDog
4+
url: https://mindfiredigital.github.io/MonoDog/
5+
about: MonoDog is a dashboard provides visual management and monitoring for packages in monorepos using pnpm, Turborepo, and Nx, with automated CI/CD integration, semantic versioning, and development workflow optimization.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "New feature proposal"
2+
description: Suggest an idea for this project
3+
title: "[Feature]:"
4+
labels: [":sparkles: feature request"]
5+
body:
6+
- type: textarea
7+
id: problem-description
8+
attributes:
9+
label: What problem does this feature solve?
10+
value:
11+
placeholder: |
12+
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
13+
validations:
14+
required: true

0 commit comments

Comments
 (0)