-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
| Done | Task | Link | comment |
|---|---|---|---|
| [x] | Choose a cool name! | link | |
| [x] | Create a description for your project. | ||
| [x] | Add a README.md file containing all the basic information about your project. | link | |
| [] | Create a CONTRIBUTING.md file containing all the necessary information so that other developers can help you. | link | soon |
| [x] | Add a .gitignore file containing everything you do not want versioning . | link | |
| [x] | Select and add the best licence for your project. | link | MIT |
| [x] | Choose a methodology versioning and follow. | link | Semantic Versioning |
| [] | Create a roadmap to make clear the course of the project. | link | |
| [] | Document your project in the best possible way. | link | |
| [x] | Describe your Releases clearly and objectively or create a CHANGELOG.md file and do it there. | link | soon |
| [x] | Use badges to indicate the status of your project. | link | It can be better |
| [x] | Configure and add a .editorconfig. | link | |
| [] | When necessary do not hesitate to create a website for your project. Enjoy and publish with github pages. | link | soon |
| [] | Write automated tests | link | #18 in progress |
| [] | Integrate your tests a Continuous Integration service. | link | soon |
| [x] | Provide your project in the appropriate package manager. (EX: bower, npm, etc...) | link | npm |