Skip to content

Commit b904f43

Browse files
authored
Link to getting started guide from README
1 parent bdd475b commit b904f43

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,12 @@ Popcode detects mistakes in student code using
8888

8989
## Contributing
9090

91-
Yes please! Pull requests, [bug
92-
reports](https://github.com/popcodeorg/popcode/issues/new?template=bug_report.md),
93-
and [feature
94-
suggestions](https://github.com/popcodeorg/popcode/issues/new?template=feature_request.md)
95-
are all very very welcome.
96-
When you’re first getting started, I recommend picking a [good first issue
97-
](https://github.com/popcodeorg/popcode/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) so you can get your feet wet and make sure you can run a development environment smoothly.
98-
99-
Everyone is welcome to submit a pull request that implements a new feature or
100-
fixes a bug that you’re particularly passionate about. But if you just want
101-
to help out and you’re looking for ideas, your best bet is to browse issues
102-
with the [help wanted
103-
label](https://github.com/popcodeorg/popcode/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
104-
105-
## Local development environment
91+
Popcode is an all-volunteer project and contributions are welcome. **I encourage first-time contributors to start with the [Getting Started guide](https://github.com/popcodeorg/popcode/wiki/Getting-Started)**, which gives a friendly and detailed breakdown of each step toward contributing your first pull request.
92+
93+
### Quick Start
94+
95+
If you want to get involved but don’t have a specific idea of how, check the [good first issue
96+
](https://github.com/popcodeorg/popcode/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) and [help wanted](https://github.com/popcodeorg/popcode/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) labels. If you already have an idea you’re passionate about, go for it.
10697

10798
Popcode comes with a batteries-included development environment built on
10899
[`nodeenv`](https://github.com/ekalinin/nodeenv). You will need to have

0 commit comments

Comments
 (0)