https://github.com/plus3it/dd
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plus3it/dd
- Owner: plus3it
- License: apache-2.0
- Created: 2023-09-15T20:07:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:24:41.000Z (over 1 year ago)
- Last Synced: 2025-02-24T22:29:02.582Z (over 1 year ago)
- Language: Makefile
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# repo-template
Generic repo template for Plus3IT repositories
To use this template:
1. Select the green "Use this template" button, or [click here](https://github.com/plus3it/repo-template/generate).
2. Select the repo Owner, give the repo a name, enter a description, select Public or Private, and click "Create repository from template".
3. Clone the repository and create a new branch.
4. 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
* `.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
5. Commit the changes and open a pull request