Fix issue and pull request templates #43
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
For a short time this repository had Issue and Pull request templates that would be used when new issues or pull request were created. For some reason those template are no longer displayed. These were create following Github documentation for creating Issue and Pull Request templates.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After clicking the "New Issue" button you should be presented with a issue template chooser at the URL
https://github.com/rocky-linux/os-autoinst-distri-rocky/issues/new/choose
OR be dropped into the default template which can be obtained by accessinghttps://github.com/rocky-linux/os-autoinst-distri-rocky/issues/new?assignees=&labels=&template=openqa-test-suite-needle-update.md&title=
directly.Screenshots
Issue template chooser normally looks like the following...
Existing
rocky-linux/os-autoinst-distri-rocky/.github/ISSUE_TEMPLATE/openqa-test-suite-needle-update.md
template in write mode...Existing
rocky-linux/os-autoinst-distri-rocky/.github/ISSUE_TEMPLATE/openqa-test-suite-needle-update.md
template in preview mode...Additional context
It's possible all that is required here is to add more templates to the
.github/ISSUE_TEMPLATE
directory but that is unclear at this moment. In my clone of this repository I don't see theopenqa-test-suite-needle-update.md
template in the chooser, I see (as shown above), the default issue templates for my account.