99.0k views
5 votes
If you encounter a bug (which is rare) in one of the open source tools, how do you think you could get it fixed?

User Peanut
by
8.3k points

1 Answer

0 votes

Answer:

Answers from a former class

Step-by-step explanation:

Step 1: download the code. Before I could investigate the bug, I needed to be sure I could build the code myself and run the tests. ...

Step 2: run the tests. Once I had the code, I needed to figure out how to run the tests. ...

Step 3: find a failing test. ...

Step 4: fix the bug. ...

Step 5: open a pull request.

User Gpvos
by
6.6k points