mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-29 19:54:49 +00:00
Add contributing and issue templates
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
What is the expected behavior?
|
||||
|
||||
What is the actual behavior?
|
||||
|
||||
What steps will reproduce the problem?
|
||||
Reference in New Issue
Block a user