Skip to content

Commit

Permalink
Merge pull request #21 from asmacdo/add-more-conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo authored Jan 8, 2025
2 parents 2bbfd70 + 655c772 commit 66cd33c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions conboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ Ask Yarik to add you to the [CON Org](https://github.com/con).
[url "[email protected]:"]
pushinsteadOf = https://bitbucket.org/
```
1. While you are modifying .gitconfig you might consider setting your
1. While you are modifying `~/.gitconfig` you might consider setting your
default branch as well.

```
[init]
defaultBranch = main
```
```
[init]
defaultBranch = main
```

1. Use standard commit messages, see [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).
(Also see [DataLad's commit conventions](https://github.com/datalad/datalad-core/blob/main/CONTRIBUTING.md#conventional-commits)

1. Follow [REUSE Software spec](https://reuse.software/spec-3.3/) to ensure that licenses and
copyright information are "comprehensive, unambiguous, human- and machine-readable".

### Chat clients

Expand Down

0 comments on commit 66cd33c

Please sign in to comment.