Skip to content

Commit c219602

Browse files
authored
docs: add issue template for new plugin (#899)
1 parent 2a05a16 commit c219602

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Plugin request
2+
description: Add a request for a new plugin
3+
title: 'Plugin request'
4+
body:
5+
- type: textarea
6+
id: metric
7+
attributes:
8+
label: Metric
9+
description: Elaborate on the specific metric the plugin will measure.
10+
placeholder: e.g. Code coverage of functions, branches and lines.
11+
validations:
12+
required: true
13+
- type: markdown
14+
attributes:
15+
value: Please provide a concise set of requirements, so that we can process your request as soon as possible.
16+
- type: textarea
17+
id: user-story
18+
attributes:
19+
label: User story
20+
description: Here you can phrase your request in a user story format which highlights the added value of the requested plugin.
21+
placeholder: e.g. As a Code PushUp user, I want to <request>, so that <added value>.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: dependencies
26+
attributes:
27+
label: Dependencies
28+
description: List all added dependencies needed for the plugin (dev-dependencies excluded)
29+
placeholder: e.g. - [ts-morph npm package](https://www.npmjs.com/package/ts-morph)
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: acceptance-criteria
34+
attributes:
35+
label: Acceptance criteria
36+
description: Please list a set of criteria to help us determine whether the scope of the plugin was fully addressed.
37+
placeholder: |
38+
For example:
39+
- [ ] All packages have a comprehensive documentation in place.
40+
- [ ] All unit, integration and e2e tests for the plugin.
41+
- [ ] Cross references to relevant models or files are added as links.
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: implementation-details
46+
attributes:
47+
label: Implementation details
48+
description: If there are any implementation details you would want to point out, feel free to do so here.
49+
placeholder: e.g. A link to a 3rd-party library, relevant article, expected flow details, wireframes highlighting the change or other.

0 commit comments

Comments
 (0)