https://github.com/igeligel/contributing-template
:bookmark_tabs: Contributing guidelines and templates of several programming languages which i am using.
https://github.com/igeligel/contributing-template
commit-conventions commit-stop guidelines personal styleguide styleguide-csharp
Last synced: 3 months ago
JSON representation
:bookmark_tabs: Contributing guidelines and templates of several programming languages which i am using.
- Host: GitHub
- URL: https://github.com/igeligel/contributing-template
- Owner: igeligel
- License: mit
- Created: 2016-05-31T19:53:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T19:56:01.000Z (about 9 years ago)
- Last Synced: 2025-01-20T11:43:35.401Z (5 months ago)
- Topics: commit-conventions, commit-stop, guidelines, personal, styleguide, styleguide-csharp
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content
This is a repository of my templates for contributing code.It will include specific contributing guides for my projects for each language and general contributing styles.
# Why we should have guidelines to code?
There are some reasons, for example:- Consistent look. This will cause that the reader can concentrate on the actual behavior of the code and not the design.
[**Commits**](commits.md)
**Languages**:
- [C#](./code-style/csharp.md)
- Java
- Javascript
- HTML# License
[MIT](LICENSE)