diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f17e8dd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contribution process and guidelines + +## Reporting issues +If you find any issues or bugs please create a new issue and provide detailed information. + +## Feature requests +We welcome feature requests. Please create a new issue and describe the proposed feature or improvement. + +## Pull requests +- Fork the repository and create a new branch for your contribution. +- Make your changes and commit them. +- Push the changes to your fork. +- Create a pull request with title and description \ No newline at end of file diff --git a/README.md b/README.md index 88703c8..c122c05 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,3 @@ $ statik help help [command] display help for command ``` - -## Contribution process and guidelines -- Reporting issues: If you find any issues or bugs please create a new issue and provide detailed information. -- Feature requests: We welcome feature requests. Please create a new issue and describe the proposed feature or improvement. -- Pull requests: - - Fork the repository and create a new branch for your contribution. - - Make your changes and commit them. - - Push the changes to your fork. - - Create a pull request with title and description -