Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CONTRIBUTING.md #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down