Skip to content

Commit

Permalink
Add note reminding to update
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Apr 29, 2024
1 parent 22cc6b1 commit 39e0b8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ labels: ["submission"]
assignees:
- octocat
body:
# The IDs of each input must correspond with the attributes of the repository model
# in ecosystem/models/repository.py
- type: markdown
attributes:
value: |
Expand Down
6 changes: 5 additions & 1 deletion ecosystem/models/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

@dataclass
class Repository(JsonSerializable):
"""Main repository class."""
"""Main repository class.
NOTE: These attribute names must exist in the issue template.
See .github/ISSUE_TEMPLATE/submission.yml
"""

# pylint: disable=too-many-instance-attributes
name: str | None = None
Expand Down

0 comments on commit 39e0b8e

Please sign in to comment.