Skip to content

Commit e4fa9bc

Browse files
committed
chore: Add Github issue template to point to repo home.
ref: #1
1 parent 34464e4 commit e4fa9bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
3+
blank_issues_enabled: false
4+
5+
contact_links:
6+
- name: New Issue
7+
url: https://nofusscomputing.com/git/pytest/simplified/issues
8+
about: Create a new issue at the repositories home.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ src = "pytest_simplified.plugin"
6363
# Documentation = "https://nofusscomputing.com/projects/pytest/simplified"
6464
Changelog = "https://github.com/nofusscomputing/pytest_simplified/blob/master/CHANGELOG.md"
6565
Homepage = "https://nofusscomputing.com/git/pytest/simplified"
66-
Issues = "https://github.com/nofusscomputing/pytest_simplified/issues"
66+
Issues = "https://nofusscomputing.com/git/pytest/simplified/issues"
6767
releasenotes = "https://github.com/nofusscomputing/pytest_simplified/blob/master/Release-Notes.md"
6868
Source = "https://github.com/nofusscomputing/pytest_simplified"
6969

0 commit comments

Comments
 (0)