diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..670aedc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +### THDC, Mustang Website + +## Getting Started + +- Steps for those with commit access: + +1. Clone the repository. +2. Create a feature branch. +3. Make your changes in the feature branch. +4. Commit the feature branch. +Open a pull request to merge the feature branch into the gh-pages branch. +6. Resolve any conflicts if necessary, then merge your feature branch. + +- Steps for those without commit access: + +1. Fork the repository. +2. Make your changes in your fork. +3. Commit the changes to your fork. +4. Open a pull request to merge your fork into the upstream repository. + + +Feel free to ping @MegaMind98 with any questions you may have. \ No newline at end of file diff --git a/README.md b/README.md index 75dc8a4..eb3c62d 100644 --- a/README.md +++ b/README.md @@ -38,24 +38,7 @@ pages when you edit the source files. ## Contributing -Steps for those *with* commit access: - -1. Clone the repository. -2. Create a feature branch. -3. Make your changes in the feature branch. -4. Commit the feature branch. -5. Open a pull request to merge the feature branch into the gh-pages branch. -6. Resolve any conflicts if necessary, then merge your feature branch. - -Steps for those *without* commit access: - -1. Fork the repository. -2. Make your changes in your fork. -3. Commit the changes to your fork. -4. Open a pull request to merge your fork into the upstream repository. - -Feel free to ping [@MegaMind98](https://github.com/MegaMind98) with any questions you -may have. +See [CONTRIBUTING.md](https://github.com/tminussi/np/blob/master/CONTRIBUTING.md) ## Feedback