-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70b75e6
commit fcdef30
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# sxt-node-docs | ||
# Sxt Node Docs | ||
|
||
docs for sxt-node | ||
|
||
## π Table of Contents | ||
|
||
- [π οΈ Installation](#installation) | ||
- [π Usage](#usage) | ||
- [π€ Contributing](#contributing) | ||
- [π Commit Messages](#commit-messages) | ||
- [π§ Contact](#contact) | ||
- [π Additional Resources](#additional-resources) | ||
|
||
## <a name="installation"></a>π οΈ Installation | ||
|
||
Provide instructions on how to install or set up the project. Include any dependencies that need to be installed and how to install them. | ||
|
||
## <a name="usage"></a>π Usage | ||
|
||
Explain how to use the project. Provide examples if applicable. This could include command line instructions, code snippets, or screenshots. | ||
|
||
## <a name="contributing"></a>π€ Contributing | ||
|
||
If you would like others to contribute to your project, provide guidelines for how they can do so. This could include information on how to report bugs, suggest enhancements, or submit pull requests. | ||
|
||
#### <a name="commit-messages"></a>π Commit Messages | ||
|
||
Please ensure your commits follow the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) standards. Doing so allows our CI system to properly categorize changes during the release process. | ||
|
||
## <a name="contact"></a>π§ Contact | ||
|
||
For questions on this repository, please reach out to [dalbertom](https://github.com/dalbertom). | ||
|
||
## <a name="additional-resources"></a>π Additional Resources | ||
|
||
- [π Changelog](CHANGELOG.md) | ||
- [π License](LICENSE) | ||
- [π¨βπ» Code Owners](CODEOWNERS) |