Skip to content

Commit b4558f9

Browse files
committed
docs(templates): issue templates
1 parent d5a6ddb commit b4558f9

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,12 @@ body:
4141
attributes:
4242
label: Additional context (Is this in dev or production?)
4343
description: Add any other context about the problem or helpful links here.
44+
4445
- type: checkboxes
45-
id: terms
46+
id: assistance
4647
attributes:
47-
label: Code of Conduct
48-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://anguhashblog.com/code-of-conduct)
48+
label: I would be willing to submit a PR to fix this issue
49+
description: Assistance is provided if you need help submitting a pull request
4950
options:
50-
- label: I agree to follow this project's Code of Conduct
51-
required: true
52-
- type: checkboxes
53-
id: contribution
54-
attributes:
55-
label: Contributing Docs
56-
description: If you plan on contributing code please read - [Contribution Guide](https://anguhashblog.com/contributing)
57-
options:
58-
- label: I agree to follow this project's Contribution Docs
59-
required: false
51+
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52+
- label: 'No'

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,12 @@ body:
4141
attributes:
4242
label: Additional context
4343
description: Add any other context about the problem or helpful links here.
44+
4445
- type: checkboxes
45-
id: terms
46+
id: assistance
4647
attributes:
47-
label: Code of Conduct
48-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://anguhashblog.com/code-of-conduct)
48+
label: I would be willing to submit a PR to fix this issue
49+
description: Assistance is provided if you need help submitting a pull request
4950
options:
50-
- label: I agree to follow this project's Code of Conduct
51-
required: true
52-
- type: checkboxes
53-
id: contribution
54-
attributes:
55-
label: Contributing Docs
56-
description: If you plan on contributing code please read - [Contribution Guide](https://anguhashblog.com/contributing)
57-
options:
58-
- label: I agree to follow this project's Contribution Docs
59-
required: false
51+
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52+
- label: 'No'

angular-primeng-app/src/app/components/posts/posts.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ButtonModule } from "primeng/button";
1010
@Component({
1111
selector: 'app-posts',
1212
standalone: true,
13-
imports: [AsyncPipe, RouterLink, CardModule, InfiniteScrollDirective, ButtonModule,CommonModule],
13+
imports: [AsyncPipe, RouterLink, CardModule, InfiniteScrollDirective, ButtonModule, CommonModule],
1414
templateUrl: './posts.component.html',
1515
styleUrl: './posts.component.scss'
1616
})

0 commit comments

Comments
 (0)