Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 733 Bytes

pwncrates

We welcome all questions, suggestions, bug reports and issues! The best way to contribute to pwncrates is to fork this repository and then submit a pull request. For more information on pull requests see: https://www.youtube.com/watch?v=8lGpZkjnkt4

Development

A good starting point for development can be found in /README.md, under the development subsection. /webapp/README.md contains more detailed information about developing the webapp.

When developing, try to maintain a clean code style and limit the commits to one per 'feature', try to avoid a single commit that implements 2 new features, fixes three bugs and refactors half the code base. This can make it hard to keep track of the code history.