|
1 | | -name: P1B Starter Task Issue |
2 | | -description: Use this template to describe the Qlty smell that you will refactor for P1B. |
3 | | -title: "P1B: Refactor (<full/path/to/file.js:line_number>): <smell>" |
4 | | -labels: ["P1B"] |
5 | | -body: |
6 | | - - type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - **Instructions:** |
10 | | - * Ensure no one else is working on the same **file + smell**. |
11 | | - * After submitting, comment **"I would like to work on this please!"** to trigger bot assignment. |
12 | | - * Keep evidence focused; do **not** paste a full project dump. |
13 | | -
|
14 | | - - type: checkboxes |
15 | | - id: uniqueness |
16 | | - attributes: |
17 | | - label: Uniqueness check |
18 | | - options: |
19 | | - - label: I have searched open issues and confirmed this **file + smell** is not already taken. |
20 | | - validations: |
21 | | - required: true |
22 | | - |
23 | | - - type: input |
24 | | - id: filepath |
25 | | - attributes: |
26 | | - label: Full path to the JavaScript file |
27 | | - description: Must be under **src/** or **public/src/** and end with **.js** |
28 | | - placeholder: e.g., public/src/client/account/settings.js |
29 | | - validations: |
30 | | - required: true |
31 | | - |
32 | | - - type: input |
33 | | - id: scope |
34 | | - attributes: |
35 | | - label: Function(s)/scope targeted |
36 | | - placeholder: e.g., render(), getCategoryTopics(), Flags.validate |
37 | | - validations: |
38 | | - required: true |
39 | | - |
40 | | - - type: textarea |
41 | | - id: qlty_logs |
42 | | - attributes: |
43 | | - label: Relevant Qlty output |
44 | | - description: Run `qlty smells --no-snippet <file>` and paste only the lines that prove the smell and provide line numbers. |
45 | | - render: shell |
46 | | - validations: |
47 | | - required: true |
| 1 | +name: P1B Starter Task Issue |
| 2 | +description: Use this template to describe the Qlty smell that you will refactor for P1B. |
| 3 | +title: "P1B: Refactor (<full/path/to/file.js:line_number>): <smell>" |
| 4 | +labels: ["P1B"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + **Instructions:** |
| 10 | + * Ensure no one else is working on the same **file + smell**. |
| 11 | + * After submitting, comment **"I would like to work on this please!"** to trigger bot assignment. |
| 12 | + * Keep evidence focused; do **not** paste a full project dump. |
| 13 | +
|
| 14 | + - type: checkboxes |
| 15 | + id: uniqueness |
| 16 | + attributes: |
| 17 | + label: Uniqueness check |
| 18 | + options: |
| 19 | + - label: I have searched open issues and confirmed this **file + smell** is not already taken. |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: input |
| 24 | + id: filepath |
| 25 | + attributes: |
| 26 | + label: Full path to the JavaScript file |
| 27 | + description: Must be under **src/** or **public/src/** and end with **.js** |
| 28 | + placeholder: e.g., public/src/client/account/settings.js |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: input |
| 33 | + id: scope |
| 34 | + attributes: |
| 35 | + label: Function(s)/scope targeted |
| 36 | + placeholder: e.g., render(), getCategoryTopics(), Flags.validate |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: qlty_logs |
| 42 | + attributes: |
| 43 | + label: Relevant Qlty output |
| 44 | + description: Run `qlty smells --no-snippet <file>` and paste only the lines that prove the smell and provide line numbers. |
| 45 | + render: shell |
| 46 | + validations: |
| 47 | + required: true |
0 commit comments