-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc A Hester
committed
Sep 3, 2016
1 parent
e701b12
commit d567476
Showing
6 changed files
with
134 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# How to contribute | ||
|
||
### Code Contributions | ||
I've never sent or received pull requests, but that seems to be the way to go about it... so I'll suggest that route until I find something I like better. | ||
### Pull Requests | ||
1. Fork sqlshim | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Code some code! | ||
3. Commit your changes `git commit -am 'Added some feature'` | ||
4. Push your branch `git push origin my-new-feature` | ||
5. Submit pull request | ||
|
||
|
||
### Use Cases | ||
sqlshim's biggest need right now is use cases (especially OS X). If you develop on a Mac and have unixODBC/FreeTDS/PHP set up (or if you don't, but are in need), then I need your help. | ||
|
||
Looking for any information to put toward building solid setup instructions for unixODBC/FreeTDS/PHP on OS X. | ||
### Needs | ||
User feedback. Has sqlshim worked for you? Has it failed? I want to know. | ||
|
||
|
||
### Help Wanted | ||
Please see sqlshim's [help wanted](https://github.com/radsectors/sqlshim/labels/help%20wanted) issues. | ||
Please see sqlshim's [help wanted](https://github.com/radsectors/sqlshim/labels/help%20wanted) issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.