forked from othneildrew/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: add changelog; fixed typos; add roadmap checklist; add back t…
…o top link
- Loading branch information
1 parent
048ca8f
commit d9406e6
Showing
4 changed files
with
126 additions
and
44 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## v1.0.0 | ||
|
||
### Added or Changed | ||
- Added this changelog :) | ||
- Fixed typos in both templates | ||
- Back to top links | ||
- Added more "Built With" frameworks/libraries | ||
- Changed table of contents to start collapsed | ||
- Added checkboxes for major features on roadmap | ||
|
||
### Removed | ||
|
||
- Some packages/libraries from acknowledgements I no longer use |
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
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,7 +1,9 @@ | ||
<div id="top"></div> | ||
<!-- | ||
*** Thanks for checking out the Best-README-Template. If you have a suggestion | ||
*** that would make this better, please fork the repo and create a pull request | ||
*** or simply open an issue with the tag "enhancement". | ||
*** Don't forget to give the project a star! | ||
*** Thanks again! Now go create something AMAZING! :D | ||
--> | ||
|
||
|
@@ -50,7 +52,7 @@ | |
|
||
|
||
<!-- TABLE OF CONTENTS --> | ||
<details open="open"> | ||
<details> | ||
<summary>Table of Contents</summary> | ||
<ol> | ||
<li> | ||
|
@@ -71,7 +73,7 @@ | |
<li><a href="#contributing">Contributing</a></li> | ||
<li><a href="#license">License</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
<li><a href="#acknowledgements">Acknowledgements</a></li> | ||
<li><a href="#acknowledgments">Acknowledgments</a></li> | ||
</ol> | ||
</details> | ||
|
||
|
@@ -82,7 +84,7 @@ | |
|
||
[![Product Name Screen Shot][product-screenshot]](https://example.com) | ||
|
||
There are many great README templates available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it. | ||
There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it. | ||
|
||
Here's why: | ||
* Your time should be focused on creating something amazing. A project that solves a problem and helps others | ||
|
@@ -91,14 +93,26 @@ Here's why: | |
|
||
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template! | ||
|
||
A list of commonly used resources that I find helpful are listed in the acknowledgements. | ||
Use the `BLANK_README.md` to get started. | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
### Built With | ||
|
||
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. | ||
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. | ||
|
||
* [Next.js](https://nextjs.org/) | ||
* [React.js](https://reactjs.org/) | ||
* [Vue.js](https://vuejs.org/) | ||
* [Angular](https://angular.io/) | ||
* [Svelte](https://svelte.dev/) | ||
* [Laravel](https://laravel.com) | ||
* [Bootstrap](https://getbootstrap.com) | ||
* [JQuery](https://jquery.com) | ||
* [Laravel](https://laravel.com) | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -128,10 +142,12 @@ This is an example of how to list things you need to use the software and how to | |
npm install | ||
``` | ||
4. Enter your API in `config.js` | ||
```JS | ||
```js | ||
const API_KEY = 'ENTER YOUR API'; | ||
``` | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
<!-- USAGE EXAMPLES --> | ||
|
@@ -141,12 +157,24 @@ Use this space to show useful examples of how a project can be used. Additional | |
|
||
_For more examples, please refer to the [Documentation](https://example.com)_ | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
<!-- ROADMAP --> | ||
## Roadmap | ||
|
||
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). | ||
- [x] Add Changelog | ||
- [x] Add back to top links | ||
- [] Add Additional Templates w/ Examples | ||
- [] Add "components" document to easily copy & paste sections of the readme | ||
- [] Multi-language Support | ||
- [] Chinese | ||
- [] Spanish | ||
|
||
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues). | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -155,18 +183,25 @@ See the [open issues](https://github.com/othneildrew/Best-README-Template/issues | |
|
||
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. | ||
|
||
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". | ||
Don't forget to give the project a star! Thanks again! | ||
|
||
1. Fork the Project | ||
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | ||
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) | ||
4. Push to the Branch (`git push origin feature/AmazingFeature`) | ||
5. Open a Pull Request | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
<!-- LICENSE --> | ||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. | ||
Distributed under the MIT License. See `LICENSE.txt` for more information. | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -177,23 +212,25 @@ Your Name - [@your_twitter](https://twitter.com/your_username) - [email protected] | |
|
||
Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name) | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
<!-- ACKNOWLEDGEMENTS --> | ||
## Acknowledgements | ||
<!-- ACKNOWLEDGMENTS --> | ||
## Acknowledgments | ||
|
||
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! | ||
|
||
* [Choose an Open Source License](https://choosealicense.com) | ||
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet) | ||
* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/) | ||
* [Malven's Grid Cheatsheet](https://grid.malven.co/) | ||
* [Img Shields](https://shields.io) | ||
* [Choose an Open Source License](https://choosealicense.com) | ||
* [GitHub Pages](https://pages.github.com) | ||
* [Animate.css](https://daneden.github.io/animate.css) | ||
* [Loaders.css](https://connoratherton.com/loaders) | ||
* [Slick Carousel](https://kenwheeler.github.io/slick) | ||
* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll) | ||
* [Sticky Kit](http://leafo.net/sticky-kit) | ||
* [JVectorMap](http://jvectormap.com) | ||
* [Font Awesome](https://fontawesome.com) | ||
* [React Icons](https://react-icons.github.io/react-icons/search) | ||
|
||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
|
||
|
||
|