Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit c8b9315

Browse files
committed
Add a Contributing section
1 parent 8803804 commit c8b9315

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ following constants.
1010
define('POCS_AUTH_USER', 'USERNAME');
1111
define('POCS_AUTH_PW', 'PASSWORD');
1212
```
13+
14+
## Contributing
15+
16+
You can contribute in one of three ways:
17+
18+
1. File bug reports using the [issue tracker](https://github.com/dspasic/Pocs/issues).
19+
2. Answer questions or fix bugs on the issue tracker.
20+
3. Contribute new features or update the wiki.
21+
22+
> The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

0 commit comments

Comments
 (0)