https://github.com/arsharaj/arsharaj-template
Template for github repositories
https://github.com/arsharaj/arsharaj-template
arsharaj changelog code-of-conduct codeowners contributing funding gitignore issue-templates license pull-request-template readme security template template-repository
Last synced: 7 months ago
JSON representation
Template for github repositories
- Host: GitHub
- URL: https://github.com/arsharaj/arsharaj-template
- Owner: arsharaj
- License: mit
- Created: 2024-10-20T17:52:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T18:15:31.000Z (7 months ago)
- Last Synced: 2025-07-10T03:32:09.648Z (7 months ago)
- Topics: arsharaj, changelog, code-of-conduct, codeowners, contributing, funding, gitignore, issue-templates, license, pull-request-template, readme, security, template, template-repository
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
- Code of conduct: code_of_conduct.md
- Codeowners: codeowners
- Security: security.md
Awesome Lists containing this project
README
## Repository Type : Repository Name
> Repository description or tagline
Badges (if required)
### Table of Contents
- Item 1
- Item 2
- Item 3
### Features
- Feature 1
- Feature 2
- Feature 3
### Requirements
- Requirement 1
- Requirement 2
- Requirement 3
### Installation
1. Step 1
2. Step 2
3. Step 3
### Usage
1. Command 1
2. Command 2
3. Command 3
### Website
Website Screenshot
### Folder Structure
```
root
├─── .github
├─── docs
├─── src
└─── tests
```
### Documentation
Full documentation can be found in [docs](docs/) folder.
### Running Tests
Run the following command to execute the test suite : `command to run tests`
### Contributing
We welcome contributions! Please read [contributing.md](contributing.md) for guidelines.
### Versioning
This project uses [Semantic Versioning](https://semver.org/).
### License
[License Identifier](license)