-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from asmacdo/add-more-conventions
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|