Skip to content

HSDTurkey/Huawei-Developers-Checklist

Repository files navigation

Checklist

License Build status PRs Welcome

It has been developed for the use of Huawei Developer Programs.

Motivation

This is internal tool that we use on developer programs. 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 guide.

Development

You need to run the command below for the development server.

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

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.

Releases

No releases published

Packages

No packages published