Skip to content

Commit

Permalink
Merge pull request #6833 from adswa/contrib-annex
Browse files Browse the repository at this point in the history
DOC: Add git-annex bug report tips to contributing
  • Loading branch information
yarikoptic committed Jul 13, 2022
2 parents 1592cb3 + 3326b78 commit 52e822a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,3 +679,15 @@ organized by label. `auto` recognizes the following PR labels:

[link_zenodo]: https://github.com/datalad/datalad/blob/master/.zenodo.json
[contrib_emoji]: https://allcontributors.org/docs/en/emoji-key


### Filing issues with git-annex

Even though git-annex is a separate project, DataLad's and git-annex's development is often intertwined.
It is not uncommon to discover potential git-annex bugs or git-annex feature request while working on DataLad.
In those cases, it is common for developers and contributors to file an issue in git-annex's public bug tracker at [git-annex.branchable.com](https://git-annex.branchable.com/).
Here are a few hints on how to go about it:

- You can report a new bug or browse through existing bug reports at [git-annex.branchable.com/bugs](https://git-annex.branchable.com/bugs/))
- In order to associate a bug report with the DataLad you can add the following mark up into the description: ``[[!tag projects/datalad]]``
- You can add author metadata with the following mark up: ``[[!meta author=yoh]]``. Some authors will be automatically associated with the DataLad project by git-annex's bug tracker.

0 comments on commit 52e822a

Please sign in to comment.