Skip to content

Commit 82ee8ed

Browse files
author
Alex Gurr
committed
Request templates
1 parent d6386c6 commit 82ee8ed

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

new_challenge_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Challenge Name
2+
<!--- eg. CoinBee -->
3+
4+
## How Hard Do You Think The challenge Is?
5+
<!--- Tick ONE option -->
6+
7+
- [ ] Easy
8+
- [ ] Medium
9+
- [ ] Hard
10+
11+
## Describe This Challenge
12+
<!--- A few sentences describing the challenge, how you use it and why you built it. -->
13+
14+
<!--- eg. Chatter is based on a chat application and tests the user on sockets, socket.io, the ability to use hooks. The user is expected to make the app interactive with the chat server. -->
15+
16+
## Challenge Screenshots
17+
<!--- One desktop & one mobile -->
18+
19+
## Challenge One Liner
20+
<!--- A small one liner for documentation -->
21+
22+
## Link To The Challenge Source Code
23+
<!--- A URL to your public repo with the partially completed source code (including requirements) -->
24+
25+
## Link To The Solution Source Code
26+
<!--- A URL to your public repo with the fully completed source code -->
27+
28+
## Challenge Checklist
29+
<!--- Ensure all items have been completed and tick the boxes -->
30+
31+
- [ ] My app is responsive
32+
- [ ] All core UI/UX has been built
33+
- [ ] I have built the solution to a good standard
34+
- [ ] I have added a README file with clear requirements and prerequisites
35+
- [ ] I have checked out the solution and made sure it runs

pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--- ** If you are submitting a new challenge, please use the [`new-challenge-template`](https://github.com/alexgurr/react-coding-challenges/blob/master/new_challenge_template.md) instead. ** -->
2+
3+
## Proposed changes
4+
<!--- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.-->
5+
6+
## Types of changes
7+
8+
<!--- What types of changes does your code introduce to react-coding-challenges? *Put a tick in the boxes that apply.* -->
9+
10+
- [ ] Bug fix (non-breaking change which fixes an issue)
11+
- [ ] New feature (non-breaking change which adds functionality)
12+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
13+
- [ ] Documentation Update (if none of the other choices apply)
14+
15+
## Further comments
16+
17+
<!--- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc. -->

0 commit comments

Comments
 (0)