Merge pull request #349 from zachborboa/dot-github

Add contributing and issue templates
This commit is contained in:
Zach Borboa
2016-07-05 15:18:15 -07:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
### Contributing to PHP Curl Class
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
1. Fork the repository on GitHub to start making your changes.
1. Write one or more tests for the new feature or that expose the bug.
1. Make code changes to implement the feature or fix the bug.
1. Send a pull request to get your changes merged and published.
+5
View File
@@ -0,0 +1,5 @@
What is the expected behavior?
What is the actual behavior?
What steps will reproduce the problem?