You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,33 @@ Please take following steps to open an issue.
12
12
13
13
- Include all information necessary for a reader who has no knowledge about your monitor or other devices to understand the issue. Include how to reproduce the issue as well.
14
14
15
-
- Add logs. A video clip is not so helpful because it will not give information on what is happening internally.
15
+
- Add __probe.log__ and __operation.log__. A video clip is not so helpful because it will not give information on what is happening internally.
16
16
17
-
- <ins>Be prepared to respond to a request after opening an issue.</ins> It is merely a startig point and you will be requested to provide additional information in most cases.
17
+
- An issue which includes no meaningful clue CAN BE CLOSED on sight.
18
+
19
+
- <ins>Be prepared to respond to a request after opening an issue.</ins> It is just a starting point and in most cases, you will be requested to provide additional information.
20
+
21
+
- <ins>Avoid posting a comment by email.</ins> It will produce a lot of garbage and make it hard to read.
18
22
19
23
## 2. Feature requests or suggestions
20
24
21
-
Do not open feature requests or suggestions in __Ideas__ of __Discussions__ in this project. It is for aggregating them in __Issues__.
25
+
Please don't open feature requests or suggestions in __Ideas__ of __Discussions__ in this project. It is for aggregating them in __Issues__.
22
26
23
27
Please take following points into account to open a feature request or suggestion.
24
28
25
-
- This app's main focus and competence is brigtness of monitors. This app uses DDC/CI for this purpose, and not vice versa. The importance for keeping focused cannot be overemphasized.
29
+
- This app's main focus and competence is brightness of monitors. This app uses DDC/CI for this purpose, and not vice versa. The importance for keeping focused cannot be overemphasized.
26
30
27
31
- Search [Issues](https://github.com/emoacht/Monitorian/issues) to date.
28
32
29
33
- Explain the necessity and added value of the feature. Describe how the feature could be useful in actual use cases or scenarios. An existing feature of other app will not be reason for adding the same to this app.
30
34
31
35
- Include technical information to implement the feature as much as possible. A feature which is not technically feasible cannot be added anyways.
32
36
33
-
- <ins>Be prepared to respond to a request after opening a feature request or suggestion.</ins> It is merely a starting point and you will be requested to provide additional information in most cases.
37
+
- A feature request or suggestion which is the same as already discussed CAN BE CLOSED on sight.
38
+
39
+
- <ins>Be prepared to respond to a request after opening a feature request or suggestion.</ins> It is just a starting point and in most cases, you will be requested to provide additional information.
40
+
41
+
- <ins>Avoid posting a comment by email.</ins> It will produce a lot of garbage and make it hard to read.
34
42
35
43
## 3. Pull requests
36
44
@@ -43,4 +51,4 @@ Please take following points into account to open a feature request or suggestio
43
51
### 3.2 PR for functionality
44
52
45
53
- Open an issue and get agreement for your proposed change before starting your work.
46
-
- It is recommended to use the latest features of C#.
54
+
- It is recommended to use the latest features of C#.
Could you read [Contributing Guidelines](https://github.com/emoacht/Monitorian/blob/9aeb4238af22c60ccc03051f144edd1a5ee9acdb/CONTRIBUTING.md)?
5
+
```
6
+
7
+
```
8
+
Could you read [Contributing Guidelines](https://github.com/emoacht/Monitorian/blob/9aeb4238af22c60ccc03051f144edd1a5ee9acdb/CONTRIBUTING.md) and post __probe.log__ and __operation.log__? How to produce these logs is explained in [Reporting](https://github.com/emoacht/Monitorian#reporting) in readme.
0 commit comments