Skip to content

Commit

Permalink
Pull Request template
Browse files Browse the repository at this point in the history
  • Loading branch information
pfcoperez committed Oct 5, 2017
1 parent b6ba9e0 commit caa16b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Description

Describe your algorithm or data structure.

### Please, don't forget to include:

- [ ] Time complexity bounds.
- [ ] Unit tests / Examples of use
- [ ] Your Twitter handle, LinkedIn profile, ... so you get the credit!

### Optionally, you might like to add:

- [ ] Diagrams.
- [ ] Memory complexity bounds.
- [ ] Performance tests.
- [ ] A context on which your contribution might be used.

0 comments on commit caa16b3

Please sign in to comment.