Skip to content

Commit a1c57b4

Browse files
authored
Merge pull request #1121 from gemini-testing/sp.templates
chore: replace hermione with testplane in issue templates
2 parents a432219 + a958439 commit a1c57b4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/2-feature-request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Feature Request
2-
description: Suggest a new feature for Hermione
2+
description: Suggest a new feature for Testplane
33
labels: ["type: feature"]
44
body:
55
- type: markdown
66
attributes:
77
value: |
88
These issues are for **concrete and actionable proposals**. If you just have
9-
a general problem that you would like to brainstorm, open a Discussion instead [here](https://github.com/gemini-testing/hermione/discussions).
9+
a general problem that you would like to brainstorm, open a Discussion instead [here](https://github.com/gemini-testing/testplane/discussions).
1010
- type: markdown
1111
attributes:
1212
value: |
1313
If this feature affects many people in a company/big team, create a post for your company in the following discussion:
14-
[https://github.com/gemini-testing/hermione/discussions/838](https://github.com/gemini-testing/hermione/discussions/838)
14+
[https://github.com/gemini-testing/testplane/discussions/838](https://github.com/gemini-testing/testplane/discussions/838)
1515
and link the issue in your post.
1616
1717
This will help us prioritize issues that affect more people.
1818
- type: checkboxes
1919
attributes:
2020
label: Contribution
2121
options:
22-
- label: I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md))
22+
- label: I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/testplane/blob/master/CONTRIBUTING.md))
2323
- type: textarea
2424
id: user-story
2525
attributes:
@@ -30,7 +30,7 @@ body:
3030
id: solution
3131
attributes:
3232
label: Describe the solution you'd like
33-
description: A clear and concise description of what you want to happen. Consider that Hermione is used by many people, and your particular use case might not make sense to implement in the core.
33+
description: A clear and concise description of what you want to happen. Consider that Testplane is used by many people, and your particular use case might not make sense to implement in the core.
3434
validations:
3535
required: true
3636
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question 🤷
4-
url: https://github.com/gemini-testing/hermione/discussions
4+
url: https://github.com/gemini-testing/testplane/discussions
55
about: Ask questions and discuss with other community members
6-
- name: My company is migrating to Hermione and we have several issues/feature requests
7-
url: https://github.com/gemini-testing/hermione/discussions/838
6+
- name: My company is migrating to Testplane and we have several issues/feature requests
7+
url: https://github.com/gemini-testing/testplane/discussions/838

0 commit comments

Comments
 (0)