1
1
# Introduction
2
2
3
- Thank you for considering contributing to ** yadm** . I develop this project in my
4
- limited spare time, so help is very appreciated.
3
+ Thank you for considering contributing to ** yadm** . We develop this project in
4
+ our limited spare time, so help is very appreciated.
5
5
6
6
All contributors must follow our [ Code of Conduct] [ conduct ] . Please make sure
7
7
you are welcoming and friendly during your interactions, and report any
@@ -17,7 +17,8 @@ To contribute, you can:
17
17
* Star the yadm repo, the star count helps others discover yadm.
18
18
* Report [ bugs] ( #reporting-a-bug )
19
19
* Request [ features/enhancements] ( #suggesting-a-feature-or-enhancement )
20
- * Contribute changes to [ code, tests] ( #contributing-code ) , and [ documentation] ( #improving-documentation )
20
+ * Contribute changes to [ code, tests] ( #contributing-code ) , and
21
+ [ documentation] ( #improving-documentation )
21
22
* Maintain installation [ packages] ( #maintaining-packages )
22
23
* Help other users by [ answering support questions] ( #answering-support-questions )
23
24
@@ -70,14 +71,14 @@ Consider trying to reproduce the bug inside a docker container using the
70
71
[ yadm/testbed] [ ] docker image. Doing so will greatly increase the likelihood of
71
72
the problem being fixed.
72
73
73
- The easiest way to start this container, is to clone the [ TheLocehiliosan/ yadm
74
+ The easiest way to start this container, is to clone the [ yadm
74
75
repo] [ yadm-repo ] , and use the ` scripthost ` make target. _ (You will need ` make `
75
76
and ` docker ` installed.)_
76
77
77
78
For example:
78
79
79
80
``` text
80
- $ git clone https://github.com/TheLocehiliosan /yadm.git
81
+ $ git clone https://github.com/yadm-dev /yadm.git
81
82
$ cd yadm
82
83
$ make scripthost version=1.12.0
83
84
Starting scripthost version="1.12.0" (recording script)
@@ -203,7 +204,7 @@ these principles when making changes.
203
204
3. Add the official repository (`upstream`) as a remote repository.
204
205
205
206
```text
206
- $ git remote add upstream https://github.com/TheLocehiliosan /yadm.git
207
+ $ git remote add upstream https://github.com/yadm-dev /yadm.git
207
208
```
208
209
209
210
4. Verify you can run the test harness. _(This will require dependencies:
@@ -361,25 +362,24 @@ see if you can help.
361
362
[ attach-help ] : https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests
362
363
[ commit-style ] : https://chris.beams.io/posts/git-commit/#seven-rules
363
364
[ conduct ] : CODE_OF_CONDUCT.md
364
- [ contrib-hooks ] : https://github.com/TheLocehiliosan /yadm/tree/master/contrib/hooks
365
+ [ contrib-hooks ] : https://github.com/yadm-dev /yadm/tree/master/contrib/hooks
365
366
[ flake8 ] : https://pypi.org/project/flake8/
366
367
[ groff-man ] : https://www.gnu.org/software/groff/manual/html_node/man.html
367
- [ hooks-help ] : https://github.com/TheLocehiliosan /yadm/blob/master/yadm.md#hooks
368
+ [ hooks-help ] : https://github.com/yadm-dev /yadm/blob/master/yadm.md#hooks
368
369
[ html-proofer ] : https://github.com/gjtorikian/html-proofer
369
370
[ jekyll ] : https://jekyllrb.com
370
- [ new-bug ] : https://github.com/TheLocehiliosan /yadm/issues/new?template=BUG_REPORT.md
371
- [ new-feature ] : https://github.com/TheLocehiliosan /yadm/issues/new?template=FEATURE_REQUEST.md
372
- [ open-issues ] : https://github.com/TheLocehiliosan /yadm/issues
371
+ [ new-bug ] : https://github.com/yadm-dev /yadm/issues/new?template=BUG_REPORT.md
372
+ [ new-feature ] : https://github.com/yadm-dev /yadm/issues/new?template=FEATURE_REQUEST.md
373
+ [ open-issues ] : https://github.com/yadm-dev /yadm/issues
373
374
[ pr-help ] : https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
374
375
[ pylint ] : https://pylint.org/
375
376
[ pytest ] : https://pytest.org/
376
- [ questions ] : https://github.com/TheLocehiliosan/yadm/labels/question
377
- [ refactor ] : https://github.com/TheLocehiliosan/yadm/issues/146
377
+ [ questions ] : https://github.com/yadm-dev/yadm/labels/question
378
378
[ shellcheck ] : https://www.shellcheck.net
379
379
[ signing-commits ] : https://help.github.com/en/articles/signing-commits
380
380
[ tpope-style ] : https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
381
- [ yadm-man ] : https://github.com/TheLocehiliosan /yadm/blob/master/yadm.md
382
- [ yadm-repo ] : https://github.com/TheLocehiliosan /yadm
381
+ [ yadm-man ] : https://github.com/yadm-dev /yadm/blob/master/yadm.md
382
+ [ yadm-repo ] : https://github.com/yadm-dev /yadm
383
383
[ yadm/jekyll ] : https://hub.docker.com/r/yadm/jekyll
384
384
[ yadm/testbed ] : https://hub.docker.com/r/yadm/testbed
385
385
[ yamllint ] : https://github.com/adrienverge/yamllint
0 commit comments