Skip to content

Commit

Permalink
add CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
lombervid committed Jul 11, 2023
1 parent 5f63ced commit 356bac6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
phpcs.xml.dist export-ignore
phpunit.dist.xml export-ignore
phpstan.dist.neon export-ignore
CONTRIBUTING.md export-ignore
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributing

I'm really excited that you are interested in contributing. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:

- Please open an issue to discuss fixes/features before making a pull request.
- Make sure to follow our code style.

## Creating issues

### Bug reports

Always try to provide as much information as possible. If you are reporting a bug, try to provide a repro or a stacktrace at the very least. This will help us check the problem quicker.

### Feature requests

Lay out the reasoning behind it and propose an API for it. Ideally, you should have a practical example to prove the utility of the feature you're requesting.

0 comments on commit 356bac6

Please sign in to comment.