Skip to content

devvspaces/readme_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Project Title

Write a little description about your project. 2-3 sentances are enough.

Maintenance contributions welcome

Requirements (Prerequisites)

Tools and packages required to successfully install this project. For example:

Installation

A step by step list of commands / guide that informs how to install an instance of this project.

$ pip install foobar

$ npm install project-name --save

$ any other command

For Linux and OS X

npm install project-name --save

For Windows

git clone project-url

Screenshots

Use this space to give a little demo of your project. Attach important screenshots if applicable. This section is optional and might not be applicable in some cases.

Screenshots of projects

Screenshots of the project

Features

Write a little about unique features of your project and what makes it outstanding. Describe the functionalities of your project. You can make a list of it with some descriptions, like:

  • Used Bootstrap to make it 100% responsive
  • Used AI/ML to automate some stuff
  • Etc Etc......

Usage example

Show how and what your project does. Users should figure out how your project solves their problem by looking at the code example. Spice this up with code blocks and potentially more screenshots. These examples should motivate the users to use your project.

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Mention any other documentation or live example available for reverence.

Running the tests

Describe and show how to run the tests with code examples.. Explain how to run the automated tests for this system. Also explain how to test and why to test.

Give code examples as:

  1. test example 1
  2. test example 2
  3. npm test
  4. test till you finish

Deployment Notes

Explain how to deploy your project on a live server. To do so include step by step guide. Potentially do this for multiple platforms.

virtualenv foobar
npm test
make install 
pip install -e .
More examples please....

Tech Stack / Built With

List down the technology / frameworks / tools / technology you have used in this project.

  1. Laravel - The PHP framework
  2. IPFS - A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.
  3. Android - The world’s most popular mobile OS

How to Contribute

Mention how anyone can contribute to make this project more productive or fix bugs in it.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

Steps to contribute:

  1. Fork this repository (link to your repository)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Additionally you can create another document called CONTRIBUTING.md which gives instructions about how to contribute.

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Write about yourself or your organization, who created this project. For example:

Sagar Ganiga – tech.ganiga@gmail.com

You can find me here at: Github LinkedIn

Credits

Give credits to all the useful resources you used to create this project. It could be a link to any repository which inspired you to build this project, any blog or links to people who contributed in this project.

A heartfelt thank you to @UjalaJha for the encouragement I needed to get this idea off the ground and start writing!

Thank you to the following awesome geeks for sending PRs and improving the Quality of this project ❤️

Here's a list of other related projects / blogs which helped me in creating the best possible version of my project:

License

A short snippet describing the license (MIT, Apache etc).

This project is licensed under the MIT License - see the LICENSE.md file for details

MIT © Yourname

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages