-
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.
- Loading branch information
1 parent
6abd88f
commit cd984f5
Showing
4 changed files
with
73 additions
and
42 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"default": true, | ||
"MD010": { | ||
"code_blocks": false | ||
}, | ||
"MD013": { | ||
"code_blocks": false, | ||
"tables": false | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -10,12 +10,13 @@ submission! | |
|
||
There are many ways to contribute: | ||
|
||
* submitting bug reports, | ||
* or writing code which can be incorporated into AMClient itself. | ||
- submitting bug reports, | ||
- or writing code which can be incorporated into AMClient itself. | ||
|
||
## Table of contents | ||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
**Table of Contents** | ||
|
||
- [Submitting bugs](#submitting-bugs) | ||
- [Contribution standards](#contribution-standards) | ||
|
@@ -28,7 +29,7 @@ There are many ways to contribute: | |
## Submitting bugs | ||
|
||
If you find a security vulnerability, do NOT open an issue. Email | ||
[email protected] instead. | ||
<[email protected]> instead. | ||
|
||
Issues should be filed in our collective | ||
[Archivematica related issues repository][am-issues] | ||
|
@@ -39,12 +40,12 @@ mailing list is always welcome! | |
|
||
Useful questions to answer if you're having problems include: | ||
|
||
* What version of AMClient are you using? | ||
* How was it installed? | ||
* How was AMClient being used when this issue occurred? | ||
* What was the expected outcome? | ||
* What was the actual outcome? | ||
* Can we reproduce this reliably? | ||
- What version of AMClient are you using? | ||
- How was it installed? | ||
- How was AMClient being used when this issue occurred? | ||
- What was the expected outcome? | ||
- What was the actual outcome? | ||
- Can we reproduce this reliably? | ||
|
||
## Contribution standards | ||
|
||
|
@@ -62,7 +63,7 @@ The Archivematica contributor's agreement is based almost verbatim on the | |
[contributor license][contributor-license]. | ||
|
||
If you have any questions or concerns about the Contributor's Agreement, please | ||
email us at [email protected] to discuss them. | ||
email us at <[email protected]> to discuss them. | ||
|
||
### Why do I have to sign a Contributor's Agreement? | ||
|
||
|
@@ -89,13 +90,15 @@ than fighting legal battles over contributions. | |
|
||
Please print out, read, sign, and scan the | ||
[contributor agreement][contributors-agreement] and email it to | ||
[email protected]. Alternatively, you may send an original signed | ||
<[email protected]>. Alternatively, you may send an original signed | ||
agreement to: | ||
|
||
Artefactual Systems Inc. | ||
201 - 301 Sixth Street | ||
New Westminster BC V3L 3A7 | ||
Canada | ||
```text | ||
Artefactual Systems Inc. | ||
201 - 301 Sixth Street | ||
New Westminster BC V3L 3A7 | ||
Canada | ||
``` | ||
|
||
[am-issues]: https://github.com/archivematica/issues | ||
[am-forum]: https://groups.google.com/forum/#!forum/archivematica | ||
|
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