-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Michael Hucka edited this page Mar 13, 2024
·
9 revisions
- Please follow the steps in this GitHub page to create a new GitHub repository from this template repository.
- Modify the
README.md
file as needed for your project. - Delete the original
codemeta.json
, copycodemeta-TEMPLATE.json
tocodemeta.json
, and fill out as needed. - Change the URL for the issue tracker in the file
.github/SECURITY.md
to point to your repo's issue tracker. - Change the URL for the issue tracker in the file
CONTRIBUTING.md
to point to your repo's issue tracker. - Change the URL for the issue tracker in the file
SUPPORT.md
to point to your repo's issue tracker. - If the repo will not use Python, remove the file
INSTALL-Python3.md
. - If the repo will not involve Elasticsearch, remove the file
INSTALL-Elasticsearch.md
. - Go to the Settings tab for the repository, select Community Standards from the left-hand sidebar, and click the Enable button for "Repository admins accept content reports".
- Go to the Security tab for the repository and click the button Enable vulnerability reporting next to "Private vulnerability reporting". Also enable any other features that may be appropriate, such as code scanning and secret scanning.
- Set up an issue template and optionally a pull request template.
- When you make new releases, write a summary of the changes in
CHANGES.md
, and updatecodemeta.json
.