A common project template to start of, batteries included.
https://gitlab.com/the-common/project-template
-
Create a new project via the on-site interface, it is required to check the "Initialize repository with a README" checkbox.
-
At localhost, launch a text terminal application, and run the following commands to clone the new project's repository to local:
git clone \ _repository_url_ \ _project_directory_
-
Downloading a copy of The Common Project Template release archive
-
Extract The Common Project Template release archive to a temporary directory
-
Copy all the files to the new project local repository's working tree
-
Continue the operation in Common instructions
- Click the "Use this template" green button on the mirrored GitHub project page
- Follow the instructions on the webpage to create a new project
- In the Settings > Actions > Workflow permissions panel, ensure that "Read and write permissions" option is selected to allow [the "Release product and their build aritfacts" GitHub Actions workflow] to be able to write built artifacts to the releases page.
- Continue the operation in Common instructions
-
Edit the real.README.md project README template, replace the following `placeholders to the appropriate content:
_project_name_
_project_summary_
_namespace_/_project_
Part of the project URLs, you use another project hosting service you need to manually replace the entire URLs instead_license_name_
_license_url_
Also remove the unused
To be addressed
sections -
Replace .markdownlint.yml with real.markdownlint.yml
-
Replace README.md(this document) with real.README.md
-
Customize/remove Telegram notification details in .github/workflows/check-potential-problems.yml
-
Run the following commands(or its equivalent operation) to remove the template-only custom license:
find_opts=( -type f -exec sed --in-place --regexp-extended --expression='s@ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects@@g' {} ';' ) find . "${find_opts[@]}"
-
Commit all changes as a new revision(commit summary for reference:
docs: Write project README prototype
) -
(If you've cloned the repository back to local) push local changes to the remote repository
Unless otherwise noted(individual file's header/REUSE.toml), this product is licensed under the 4.0 International version of the Creative Commons Attribution-ShareAlike license, or any of its more recent versions of your preference.
As an exception of the previous clause, this product can be licensed otherwise under the 2.0 version of the Apache license if it is used to instantiate/refactor a project based on it rather than using it in the making of another template project. This allows relicensing the project assets to your liking in your non-template projects with only a conformance requirement of attributing this product somewhere in your project/product credits/acknowledgment/copyright notice documentation/user interface.
This work complies to the REUSE Specification, refer to the REUSE - Make licensing easy for everyone website for info regarding the licensing of this product.