@@ -15,8 +15,8 @@ To start working with us, please follow these simple steps:
15
15
open to work on anything and we will suggest some issues for you.
16
16
5 . Once we have added you to our [ GitHub organization] [ elixir-cloud-aai-github ] ,
17
17
you can assign yourself to an issue.
18
- 6 . Please carefully read the [ guidelines] ( #guidelines ) below, as well as any
19
- relevant language-specific guidelines in this section .
18
+ 6 . Please carefully read the [ guidelines] ( #general- guidelines ) below, as well as
19
+ any relevant [ language-specific guidelines] ( language-specific/index.md ) .
20
20
7 . Start coding! :computer :
21
21
22
22
!!! note "Privacy note"
@@ -204,8 +204,12 @@ following **type** prefixes:
204
204
205
205
### Filing pull requests
206
206
207
- ** Make sure to follow the [ commit message] ( #commit-messages ) rules for your pull
208
- request titles.**
207
+ Open pull requests through the GitHub interface, VS Code or your favorite Git
208
+ client. Make sure to follow the branching model. Most importantly:
209
+
210
+ ??? warning "Use Conventional Commit messages for your PR titles!"
211
+
212
+ See details in the [commit message](#commit-messages) section.
209
213
210
214
#### Code reviews
211
215
@@ -316,7 +320,7 @@ root directory:
316
320
- ** Code of Conduct** in file ` CODE_OF_CONDUCT.md ` (can link to the [ Code of
317
321
Conduct] ( ../../about/code-of-conduct.md ) on this page)
318
322
- ** Contributing guidelines** in file ` CONTRIBUTING.md ` (can link to the
319
- [ contributor guide] ( ../ index.md) on this page)
323
+ [ contributor guide] ( index.md ) on this page)
320
324
- ** License** in file ` LICENSE ` )
321
325
- ** Pull request template** in file ` PULL_REQUEST_TEMPLATE.md `
322
326
@@ -389,7 +393,7 @@ sections (fill in with "Coming soon" if not yet available):
389
393
- ** Installation** : Instructions on how to install/deploy the project
390
394
- ** Versioning** : Information on how the project is versioned
391
395
- ** Contributing** : Guidelines on how to contribute to the project, with links
392
- to the [ contributing guidelines] ( ../ index.md) and our
396
+ to the [ contributing guidelines] ( index.md ) and our
393
397
[ code of conduct] ( ../../about/code-of-conduct.md )
394
398
- ** Contact** : Information on how to contact the project leads
395
399
0 commit comments