You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Contributing
6
6
7
7
Contributions are welcome, and they are greatly appreciated! Every little bit
8
8
helps, and credit will always be given. The following helps you to start
9
-
contributing specifically to template_pyfar_package. Please also consider the
9
+
contributing specifically to template-pyfar-package. Please also consider the
10
10
`general contributing guidelines`_ for example regarding the style
11
11
of code and documentation and some helpful hints.
12
12
@@ -16,36 +16,38 @@ Types of Contributions
16
16
Report Bugs or Suggest Features
17
17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
18
19
-
The best place for this is https://github.com/pyfar/template_pyfar_package/issues.
19
+
The best place for this is https://github.com/pyfar/template-pyfar-package/issues.
20
20
21
21
Fix Bugs or Implement Features
22
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23
23
24
-
Look through https://github.com/pyfar/template_pyfar_package/issues for bugs or feature request
24
+
Look through https://github.com/pyfar/template-pyfar-package/issues for bugs or feature requests
25
25
and contact us or comment if you are interested in implementing.
26
26
27
27
Write Documentation
28
28
~~~~~~~~~~~~~~~~~~~
29
29
30
-
template_pyfar_package could always use more documentation, whether as part of the
31
-
official template_pyfar_package docs, in docstrings, or even on the web in blog posts,
30
+
template-pyfar-package could always use more documentation, whether as part of the
31
+
official template-pyfar-package docs, in docstrings, or even on the web in blog posts,
32
32
articles, and such.
33
33
34
34
Get Started!
35
35
------------
36
36
37
-
Ready to contribute? Here's how to set up `template_pyfar_package` for local development using the command-line interface. Note that several alternative user interfaces exist, e.g., the Git GUI, `GitHub Desktop <https://desktop.github.com/>`_, extensions in `Visual Studio Code <https://code.visualstudio.com/>`_ ...
37
+
Ready to contribute? Here's how to set up `template-pyfar-package` for local development using the command-line interface.
38
+
Note that several alternative user interfaces exist, e.g., the Git GUI, `GitHub Desktop <https://desktop.github.com/>`_,
39
+
extensions in `Visual Studio Code <https://code.visualstudio.com/>`_ ...
38
40
39
-
1. `Fork <https://docs.github.com/en/get-started/quickstart/fork-a-repo/>`_ the `template_pyfar_package` repo on GitHub.
40
-
2. Clone your fork locally and cd into the template_pyfar_package directory::
41
+
1. `Fork <https://docs.github.com/en/get-started/quickstart/fork-a-repo/>`_ the `template-pyfar-package` repo on GitHub.
42
+
2. Clone your fork locally and cd into the template-pyfar-package directory::
3. Install your local copy into a virtualenv. Assuming you have Anaconda or Miniconda installed, this is how you set up your fork for local development::
4. Create a branch for local development. Indicate the intention of your branch in its respective name (i.e. `feature/branch-name` or `bugfix/branch-name`)::
@@ -60,7 +62,8 @@ Ready to contribute? Here's how to set up `template_pyfar_package` for local dev
60
62
$ ruff check
61
63
$ pytest
62
64
63
-
ruff must pass without any warnings for `./template_pyfar_package` and `./tests` using the default or a stricter configuration. Ruff ignores a couple of PEP Errors (see `./pyproject.toml`). If necessary, adjust your linting configuration in your IDE accordingly.
65
+
ruff must pass without any warnings for `./template-pyfar-package` and `./tests` using the default or a stricter
66
+
configuration. Ruff ignores a couple of PEP Errors (see `./pyproject.toml`). If necessary, adjust your linting configuration in your IDE accordingly.
64
67
65
68
6. Commit your changes and push your branch to GitHub::
66
69
@@ -70,5 +73,4 @@ Ready to contribute? Here's how to set up `template_pyfar_package` for local dev
70
73
71
74
7. Submit a pull request on the develop branch through the GitHub website.
0 commit comments