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
### DO NOT publish garbage PRs to farm Crypto AirDrops. Any user suspected of this actions will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing and testing code that does not even compile, does break other functionality or does not introduce any changes at all.
6
+
### DO NOT publish garbage PRs to farm Crypto AirDrops. Any user suspected of this action will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing, and testing code that does not even compile, does not break other functionality, or does not introduce any changes at all.
7
7
8
8
---------------------------------
9
9
10
10
11
11
12
12
# Contributing guidelines:
13
13
14
-
Before reading: All of the rules below are guidelines, what means that they should be followed when possible. Please do not take them literally.
14
+
Before reading: All of the rules below are guidelines, which means that they should be followed when possible. Please do not take them literally.
15
15
16
16
## Discussions:
17
17
- This is the place to post any questions/doubts regarding WingetUI. Issues and feature requests should be posted in the [issues section](https://github.com/marticliment/WingetUI/issues).
@@ -21,21 +21,21 @@ Before reading: All of the rules below are guidelines, what means that they shou
21
21
#### Issues:
22
22
- Please use the BUG/ISSUE template
23
23
- Please be clear when describing issues.
24
-
- Please DO fill the form and DO NOT send empty issues with the information on the title.
24
+
- Please fill out the form and DO NOT send empty issues with the information on the title.
25
25
- Please make sure to check for duplicates as said in the BUG/ISSUE template.
26
26
- Please make sure to preceed titles with the `[BUG/ISSUE]` string, so they can be easily identified.
27
27
28
28
#### Feature requests:
29
29
- Please use the FEATURE REQUEST template
30
30
- Please detail how the feature should work. Please be as specific as possible.
31
-
- Some features are difficult, and might take some time to get implemented. This project is made on the contribur's free time, so please do not post messages asking for ETAs or similar. Every feature request will be considered.
31
+
- Some features are difficult and might take some time to get implemented. This project is made in the contributor's free time, so please do not post messages asking for ETAs or similar. Every feature request will be considered.
32
32
- Please make sure to check for duplicates as said in the FEATURE REQUEST template.
33
33
- Please make sure to preceed titles with the `[FEATURE REQUEST]` string, so they can be easily identified.
34
34
35
35
## Pull requests:
36
-
- Please sppecify, either in the title or in the PR body text, the changes done.
37
-
-_Improvements_ pull request should have a list of the changes done in the body message, despite they being listed in the commits or not.
38
-
- Draft pull requests should be properly identified as [draft pull requests](https://github.blog/2019-02-14-introducing-draft-pull-requests/) to avoid confusions.
36
+
- Please specify, either in the title or in the PR body text, the changes done.
37
+
-_Improvements_ pull request should have a list of the changes done in the body message, whether they are listed in the commits or not.
38
+
- Draft pull requests should be properly identified as [draft pull requests](https://github.blog/2019-02-14-introducing-draft-pull-requests/) to avoid confusion.
39
39
- When modifying/coding, please follow the guidelines below:
40
40
41
41
## Coding:
@@ -45,10 +45,10 @@ Before reading: All of the rules below are guidelines, what means that they shou
45
45
- Constants should be written in capital letters, using underscores for spaces:
46
46
- Example: `SYSTEM_DEFAULT_LOCALE = "ca-ES"`
47
47
- Please specify, when possible, variable data types and function return types. More info [here](https://python.plainenglish.io/specifying-data-types-in-python-c182fda3bf43)
48
-
- Try to add spaces and empty newlines to make code more humanreadable.
48
+
- Try to add spaces and empty newlines to make code more human-readable.
49
49
50
50
## Commits:
51
-
- Commits must include only changes on one feature or section of the code. Let's say, you have fixed an issue regarding localisation and added a new entry in the settings section to change update frequency, those two changes must be committed separately.
51
+
- Commits must include only changes on one feature or section of the code. Let's say, you have fixed an issue regarding localization and added a new entry in the settings section to change update frequency, those two changes must be committed separately.
52
52
- The code in each commit should be executable. Please do not leave work unfinished across commits, or, if it is needed, let the code be executed without errors.
53
-
- Commit names must be clear and self-explanatory, and, if applicable, must reference the corresponding issue.
53
+
- Commit names must be self-explanatory, and, if applicable, must reference the corresponding issue.
0 commit comments