Skip to content

Commit 9ff7b96

Browse files
committed
Rephrase on contributing to make it more clear
1 parent 068e6de commit 9ff7b96

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ Principles behind devcli
3030
of the command.
3131

3232
- **Proximity**: Information on how to work with a system should be close to the system
33-
itself.
33+
itself. That why '.devcli' is he mechanics of extending, each system automation can
34+
define their own commands.
3435

3536
- **Interfacing**: *devcli* serves as an interface to other systems. As such, it should
3637
provide the features necessary to help create and diagnose these interfaces,
3738
rather than functioning as the system itself.
3839

39-
- **Disposability**: Under any circumstance, the system which *devcli* interfaces should not rely on it to work.
40-
It is meant to help developers, not to be the part of the system. Removing it should not be detrimental
41-
to the system itself.
42-
40+
- **Disposability**: Removing it should not be detrimental to the system itself.
41+
Under any circumstance, the system which *devcli* interfaces with should not rely on
42+
it to work. This tool is meant to help developers, not to be the part of the
43+
system it automates.

0 commit comments

Comments
 (0)