Skip to content

Commit

Permalink
update issue template; update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Oct 19, 2024
1 parent 70e8ae4 commit a4ba227
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Blank Issue
about: A blank issue template, for minimal overhead in issue creation.
title: ""
labels: ["basic issue"]
assignees: ""
---
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/general_issue.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: General Issue
about: An issue template for AFg6K7h4fhy2's repositories.
about: An issue template for the Genetic Evolution Tournament (GET) repository.
title: ''
labels: ["general-issue"]
assignees: ''
---

DELETE_ONCE_ISSUE_IS_CREATED: This template serves as rough scheme for the content of issues in the author's repositories. Strict adherence to this template is not necessary; rather, the template acts as a guideline.
DELETE_ONCE_ISSUE_IS_CREATED: This template serves as rough scheme for the content of issues in the Genetic Evolution Tournament (GET) repository. Strict adherence to this template is not necessary; rather, the template acts as a guideline.

DELETE_ONCE_ISSUE_IS_CREATED: Standards of development have not yet been made, but please keep an eye out for them, given that they'll likely be created by June 2024. Not that everything below contained in `[ ]` ought to be replaced with your issue comments.

Expand All @@ -24,7 +24,7 @@ DELETE_ONCE_ISSUE_IS_CREATED: Standards of development have not yet been made, b

- [ ] E.g. modify file X to include a paragraph on A, B, and or C.

## Out Of Scope
## Extra-Scope

- [changes that are beyond the scope of this issue]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "paleo-utils"
version = "0.0.1"
description = "Tools for the author to facilitate various tasks in paleontological work, including specimen labels, systematics organization, measurement grids, and imaging utilities. "
description = "Tools for the author to facilitate various tasks in paleontological work, including specimen labels, systematics organization, measurement grids, and imaging utilities."
authors = ["AFg6K7h4fhy2 <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit a4ba227

Please sign in to comment.