Skip to content

NoHaitch/Repository_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PROJECT NAME

Application Name {optional}

DESCRIPTION


Report Bug · Request Feature

MIT License

Made By:

Raden Francisco Trianto Bratadiningrat


Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Special Thanks

External Links

(back to top)

About The Project

General Explanation about the project, Why you made this, What does it do exactly.

(back to top)

Getting Started

Prerequisites

Project dependencies
example :

  • Make
    # in Linux
    sudo apt install make
  • Python
    # in Linux
    sudo apt install python3

(back to top)

Installation

How to install and use your project

  1. Clone the repo
    git clone https://github.com/NoHaitch/Repository_Template
  2. Change the content

(back to top)

Instruction

Instruction to run/build/etc the program
example:

make build : To build from source to binary into bin/main
make all : Run binary directly after building
make clean : Remove all build generated files
make ADT.test : Running test for ADT test file, for example ( make time.test )
make test.all : Running all test

(back to top)

Features

1. Feature X

this feature does X

2. Feature Y

this feature does Y
sub-features:

  1. function 1
  2. function 2
  3. function 3

3. Feature Z

this feature does Z

  • A: print A.
  • B: print B.
  • C: print C.

(back to top)

Contributing

If you want to contribute or further develop the program, please fork this repository using the branch feature.
Pull Request is permited and warmly welcomed

(back to top)

Licensing

The code in this project is licensed under MIT license.

Special Thanks

(back to top)


THANK YOU!

About

My own Repository Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published