diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 8b13789179..0000000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 8b13789179..0000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/README.md b/README.md index 62d5a9d199..17772784ad 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,10 @@ It's better to also open an issue describing the issue you want to fix. But it i Don't forget to give the project a star! Thanks again! 1. Fork the Project -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) +2. Create your Feature Branch from `master` (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) -5. Open a Pull Request +5. Open a Pull Request to the `master` Branch Here are other ways you can help: