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
---
We've tidied things up by fixing one spelling error and one grammatical mistake.
---
Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,15 @@ Review the commit history if you want to get a deep insight about the changes.
221
221
### Feedback?
222
222
223
223
If you have issues with this version, report to us by [making a new issue ticket](https://github.com/Aptivi/PROJECT/issues/new).
224
+
225
+
### Sum hashes
226
+
227
+
To verify integrity of your download, compare the SHA256 sum of your downloaded file with the following information:
228
+
229
+
224
230
```
225
231
226
-
Also, the `CHANGES.TITLE` file should be changed to match the version whose development finished but tag not pushed, as long as it follows this format:
232
+
Two new lines are applied intentionally so that the hash list gets rendered in a way that you'd expect, because the hash sum list gets populated automatically. Also, the `CHANGES.TITLE` file should be changed to match the version whose development finished but tag not pushed, as long as it follows this format:
227
233
228
234
```
229
235
[servicing] PROJECT v1.0.0: Release Name
@@ -234,11 +240,11 @@ The type at the beginning is necessary as it can tell us and the users in what s
234
240
*`alpha`: Indicates that this release is an alpha version
235
241
*`beta`: Indicates that this release is a beta version
236
242
*`release`: Indicates that this release is a major release (i.e. changes the major part and/or the minor part)
237
-
*`servicing`: Indicates that this release is a minore release (i.e. changes the build part and/or the patch part)
243
+
*`servicing`: Indicates that this release is a minor release (i.e. changes the build part and/or the patch part)
238
244
239
245
## Assistance of AI
240
246
241
-
Although artifical intelligence (AI) is a next-gen technology that every company are leaning to, which we are proud of, but when contributing code or other things to this project, we rely on human work to ensure maximum quality. This means that you are not allowed to use any kind of AI assistance to generate code and non-code contributions, such as ChatGPT and others, in fear of licensing issues, potential security issues, and current hallucination issues. Any usage of such tools when contributing will be immediately rejected.
247
+
Although artifical intelligence (AI) is a next-gen technology that every company is leaning to, which we are proud of, but when contributing code or other things to this project, we rely on human work to ensure maximum quality. This means that you are not allowed to use any kind of AI assistance to generate code and non-code contributions, such as ChatGPT and others, in fear of licensing issues, potential security issues, and current hallucination issues. Any usage of such tools when contributing will be immediately rejected.
0 commit comments