Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atolye15/checklist
The protocols we follow for the things we cannot automate yet! ✅
https://github.com/atolye15/checklist
atolye15 checklist protocols
Last synced: 27 days ago
JSON representation
The protocols we follow for the things we cannot automate yet! ✅
- Host: GitHub
- URL: https://github.com/atolye15/checklist
- Owner: atolye15
- License: mit
- Created: 2020-02-18T07:33:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T09:44:04.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:18:13.016Z (4 months ago)
- Topics: atolye15, checklist, protocols
- Language: TypeScript
- Homepage: https://checklist.atolye15.com
- Size: 3.29 MB
- Stars: 240
- Watchers: 19
- Forks: 62
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - atolye15/checklist - The protocols we follow for the things we cannot automate yet! ✅ (TypeScript)
README
# Checklist
![License](https://img.shields.io/github/license/atolye15/checklist) ![Build status](https://img.shields.io/circleci/build/github/atolye15/checklist?token=f24c01bd62842ac4e36b333b195fbe18f98459cd) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/atolye15/checklist/blob/master/CONTRIBUTING.md)
We love to automate anything if it can be automated. For the things we can’t automate (yet) we have a protocol. These protocols standardise our workflow so that everyone in Atolye15 can work on a standard. Checklist is a project that helps us follow these protocols online.
## Motivation
We have been designing, developing & managing projects that vary in size for over 10 years now. Working on a different scale projects brought us some priceless experiences that led us to a greater success on the following projects. We updated our workflow, the way we work, even the hours we work. We try to adapt to the ongoing growth on technology and we are always on track with keeping our protocols updated.
This was an internal tool that we still use on every department but we’ve decided to share this with the community so that we can help each other out, please feel free to suggest a checklist or an improvement on a checklist. We will consider every suggestion and implement the ones that we think fits our needs and the way we work.
## Contributing
If you would like to contribute to this project, please refer to [CONTRIBUTING.md](https://github.com/atolye15/checklist/blob/master/CONTRIBUTING.md) guide.
## Development
You need to run the command below for the development server.
```bash
cd checklist
gatsby develop
```Now the project is running on https://localhost:8000 with live-reload server.
Here are the some useful commands;
#### `yarn lint`
It lints TypeScript, runs ESLint and Stylelint.#### `yarn format`
It runs Prettier.#### `yarn test`
It runs tests.#### `yarn storybook`
It runs [Storybook](https://storybook.js.org/)You need to follow these steps to open a new pull request;
- [ ] Make your changes
- [ ] Run `yarn lint`
- [ ] Run `yarn format`
- [ ] Run `yarn test`
- [ ] Commit your changes
- [ ] Publish your branch
- [ ] Open a PR 🎉## License
This project has [MIT License](https://github.com/atolye15/checklist/blob/master/LICENSE).