Skip to content

Commit 5bee314

Browse files
committed
Enhanced the explanation of why all pull requests are merged
1 parent 113da91 commit 5bee314

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ The auto-generated bindings require some minor manual modifications.
3030

3131
- All pull requests received will be merged unless there is detrimental code.
3232
- If the pull request contains a bug, it still will be merged.
33+
- The author can add a comment that there is a bug here, or revert the commit if the bug is critical.
3334
- The author can add a commit to the pull request or send another pull request to fix the bug later.
3435

3536
#### Why are all pull requests merged?
3637

37-
- We prioritise the sustainable development or maintainance of the projects over keeping high code quality.
38-
- High code quality is important to keep developers and users motivated.
39-
- However, it is a historical fact that the HDF5 binding has not been created and maintained by the Ruby community for a long time.
40-
- This situation of extremely low developer density requires unusual strategies to maintain the project.
38+
- Development is a transition of code states.
39+
- We pay more attention to transient events, the probability that new commitments will continue to occur, than to the quality of the code at a given point in time.
40+
- Usually, High code quality is important to keep developers and users motivated.
41+
- However, HDF5 binding for Ruby has not been maintained for a long time.
42+
- This situation means that developer density is low and requires unusual strategies to maintain the project.
4143

4244
## Acknowledgement
4345

0 commit comments

Comments
 (0)