diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fd5eb2a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to K8dash +We welcome any kinds of contribution and want to make contributing to this project as easy and transparent as +possible. + +## Pull Requests Process + +1. Fork the repo and create your branch from `master`. +2. After finish your coding, submit a pull request in github. +3. If it changes any UI/UX, please include a screenshot of the new change. +4. If it's related to an open issue, please include the open issue in the PR. + +## Find something to work on + +The first step is to find something to work on. +If you're a first time contributor, you can find open issues with `good first issue` label. \ No newline at end of file