Take a look at our open issues on the GitHub Issues page. Or if you have something you'd like to add that's not on the listed issues, please file an issue first.
- The smaller the proposed change, the better. If you’d like to propose two unrelated changes, submit two pull requests.
- The more information, the better. Make judicious use of the pull request body. Describe what changes were made, why you made them, and what impact they will have for users.
- Pull requests are easy and fun. If this is your first pull request, it may help to understand GitHub Flow.
- If you’re submitting a code contribution, be sure to read the code contributions section below.
- Navigate to the file within StartupWichita/startupwichita.com that you’d like to edit.
- Click the pencil icon in the top right corner to edit the file
- Make your proposed changes
- Click “Propose file change”
- Click “Create pull request”
- Add a descriptive title and detailed description for your proposed change. The more information the better.
- Click “Create pull request”
That’s it! You’ll be automatically subscribed to receive updates as others review your proposed change and provide feedback
- Fork the project by clicking “Fork” in the top right corner of StartupWichita/startupwichita.com.
- Clone the repository locally
git clone https://github.com/StartupWichita/startupwichita.com.git
- Create a new, descriptively named branch to contain your change
git checkout -b name_of_your_branch
- Push the branch up
git push origin name_of_your_branch
- Create a pull request by visiting https://github.com/your-username/startupwichita.com and following the instructions at the top of the screen.