-
Notifications
You must be signed in to change notification settings - Fork 7
README
Additional information or tag line.
A brief description of your project, what it is used for.
Install
markdown-toc
and automate its execution to keep a current table of contents with jump-links.
- Installation / Getting started
- Usage
- Development
- DevSecOps
- Style guide
- API Reference
- Version and
CHANGELOG
- Contributing to
product-name
- License
A quick introduction of the minimal setup you need to get a hello world up & running.
Replace these instructions with installation procedures applicable to your product.
commands here
Here you should say what actually happens when you execute the code above.
product-name
allows users to do feature-one
, feature-two
, and feature-three
.
We welcome contributors and pull requests!
Interested in development contributions? Great! Check out our guidelines for Contributing to
product-name
for details.
List main libraries, frameworks used including versions (React, Angular etc.). Automate this list dynamically in order to keep it up-to-date.
What is needed to set up the dev environment? For instance, global dependencies or any other tools. Provide installation instructions using dependency management tools. (If dependency management is not available, include download links.)
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/your/your-project.git
cd your-project/
packagemanager install
And state what happens step-by-step. If there is any virtual environment, local server or database feeder needed, explain here.
Here you should write what are all of the configurations a user can enter when using the project.
Explain what database/datastore (and version) is used (if any). Provide
- Download links,
- Datastore design and schemas, relations etc...
Briefly state the continuous integration/continuous delivery (or deployment) services you use for product delivery, including all quantity gates.
If your project needs some additional steps for the developer to build the project after some code changes, state them here. for example:
./configure
make
make install
Here again you should state what actually happens when the code above gets executed.
Describe and show how to run the tests with code examples. Explain what these tests test and why.
Give an example
Give instructions on how to build and release a new version. In case there's some step you have to take that publishes this project to a server, this is the right time to state it.
packagemanager deploy your-project -s server.com -u username -p password
And again you'd need to tell what the previous code actually does.
Explain your code style and show how to validate and fix non-compliant source code.
If your product depends on external APIs, link to the API documentation.
If your product is an API or micro-service itself, link to its OpenAPI/Swagger specification.
Link to your version specification. If you don't follow a formal specification, use Semantic Versioning, and declare the latest version here. For the versions available, see the link to tags on this repository.
Read more about how to Use Semantic Versioning v2.0.0.
Finally, link to the Change Log, which describes that features, fixes, and breaking changes introduced over time, with links to their Git commits SHAs.
The latest version of product-name
is 0.0.0
. View the CHANGELOG for details.
You can automate your product's semantic version and CHANGELOG entries with tools like
standard-version
!
We welcome contributors and pull requests!
Contributions are community-driven stories with a beginning, a middle, and an end, all told through issues, comments, and pull requests. If you're interested in collaborating, please review these guidelines:
- Code of Conduct
-
Contributing to
product-name
Contributor recognition
Use a tool like all-contributors-cli
to automatically generate a table of contributors by name and contribution.
Contributions come in many forms, including:
Emoji | Type of contribution |
---|---|
💬 | Answering Questions (in Issues, Stack Overflow, Gitter, Slack, etc.) |
🐛 | Bug reports |
📝 | Blogposts |
💻 | Code |
📖 | Documentation |
🎨 | Design |
💡 | Examples |
📋 | Event Organizers |
💵 | Financial Support |
🔍 | Funding/Grant Finders |
🤔 | Ideas & Planning |
🚇 | Infrastructure (Hosting, Build-Tools, etc) |
🔌 | Plugin/utility libraries |
👀 | Reviewed Pull Requests |
🔧 | Tools |
🌍 | Translation |
Tests | |
✅ | Tutorials |
📢 | Talks |
📹 | Videos |
This demonstrates your gratitude and commitment to community growth.
State what the license (if any) is and how to find the text version of the license.
License name © Primary Contact.
Display the results of your last scan for third-party dependencies included in your product, e.g., from FOSSA. Delete this part if it's unavailable.
This work is licensed under a Creative Commons Attribution 4.0 International License.
Graph art by icons8.
-
CODE_OF_CONDUCT
Facilitate healthy community behavior. -
CONTRIBUTING
Detailed participation guidelines. -
LICENSE
Select an open source license. -
README
Your repo's home page.
- InnerSource Commons
paypal/InnerSourcePatterns
- Submit a PR that adds community-standard docs
- Release cheatsheet