Skip to content

Commit

Permalink
Update github guide
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Mar 18, 2019
1 parent 6a6cca9 commit 810cc79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/src/pg/src/pg/github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Help them out by giving them the exact commands and relevant output that’ll he

Create a basic diagnostics guide that helps users figure out what's going on with their projects.

2. **Get to the source of the issue.**

Next is getting to the source of the issue.
Now this is where things get fun!
The first thing you’ll want to do is to assess the general difficulty of the underlying problem.
Expand All @@ -42,6 +44,8 @@ This is an awesome opportunity to convert the potential contributor into an acti
If a problem is simple, unless the it's absolutely critical and needs an immediate fix, your top priority should be to give someone else the tools to solve the problem.
Remember, letting potential contributors get their hands into some code is the best way to convert them to active contributors.

3. **Try to give people the tools to solve problems themselves.**

Giving someone the tools to solve the issue for themselves is a multi-step process.
First, you’ll want to provide the user with all the necessary background information.
Explain the different relevant components and then explain what you think is probably the general cause of the issue.
Expand Down

0 comments on commit 810cc79

Please sign in to comment.