Generic repo template for Plus3IT repositories
To use this template:
- Select the green "Use this template" button, or click here.
- Select the repo Owner, give the repo a name, enter a description, select Public or Private, and click "Create repository from template".
- Clone the repository and create a new branch.
- Edit the following files to customize them for the new repository:
LICENSE
- Near the end of the file, edit the date and change the repository name
CHANGELOG.template.md
- Rename to
CHANGELOG.md
, replacing the repo-template changelog - Edit templated items for the new repo
- Rename to
.bumpversion.cfg
- Edit the version number for the new repo, ask team if not sure what to start with
README.md
- Replace contents for the new repo
.github/
- Inspect dependabot and workflow files in case changes are needed for the new repo
- Commit the changes and open a pull request