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
Replace links from ECP-WarpX to BLAST-WarpX.
Note that the new repo name will be lowercase, as is common and sensible
(for the git dir it creates locally for developers).
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,24 @@ What to do when
19
19
Issues
20
20
""""""
21
21
22
-
`Issues <https://github.com/ECP-WarpX/WarpX/issues>`__ are used to track tasks that the contributors and/or maintainers can work on.
22
+
`Issues <https://github.com/BLAST-WarpX/warpx/issues>`__ are used to track tasks that the contributors and/or maintainers can work on.
23
23
Use issues for reporting bugs or installation problems and for requesting new features.
24
24
25
-
If you've found a bug and wish to report it, first search the open issues and `pull requests <https://github.com/ECP-WarpX/WarpX/pulls>`__ to see if someone else has already reported the same thing.
25
+
If you've found a bug and wish to report it, first search the open issues and `pull requests <https://github.com/BLAST-WarpX/warpx/pulls>`__ to see if someone else has already reported the same thing.
26
26
If it's something new, open an issue using a template.
27
27
We'll use the issue to address the problem you've encountered.
28
28
29
29
Discussions
30
30
"""""""""""
31
31
32
-
`Discussions <https://github.com/ECP-WarpX/WarpX/discussions>`__ are for open-ended conversations, general questions, brainstorming ideas.
32
+
`Discussions <https://github.com/BLAST-WarpX/warpx/discussions>`__ are for open-ended conversations, general questions, brainstorming ideas.
33
33
Please, use discussions if you want to ask us something that is not technically a bug or a feature.
34
34
Feel free to ping us there!
35
35
36
36
Pull Requests (PRs)
37
37
"""""""""""""""""""
38
38
39
-
Open a `pull request <https://github.com/ECP-WarpX/WarpX/pulls>`__ if you want to add a new feature yourself.
39
+
Open a `pull request <https://github.com/BLAST-WarpX/warpx/pulls>`__ if you want to add a new feature yourself.
40
40
Follow the guide below for more details.
41
41
42
42
@@ -58,7 +58,7 @@ First, let's setup your Git environment and GitHub account.
58
58
Make your own fork
59
59
^^^^^^^^^^^^^^^^^^
60
60
61
-
First, fork the WarpX `"mainline" repo on GitHub <https://github.com/ECP-WarpX/WarpX>`__ by pressing the *Fork* button on the top right of the page.
61
+
First, fork the WarpX `"mainline" repo on GitHub <https://github.com/BLAST-WarpX/warpx>`__ by pressing the *Fork* button on the top right of the page.
62
62
A fork is a copy of WarpX on GitHub, which is under your full control.
63
63
64
64
Then, we create local copies, for development:
@@ -67,7 +67,7 @@ Then, we create local copies, for development:
67
67
68
68
# Clone the mainline WarpX source code to your local computer.
69
69
# You cannot write to this repository, but you can read from it.
Copy file name to clipboardExpand all lines: Docs/source/acknowledge_us.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ Please add the following sentence to your publications, it helps contributors ke
23
23
24
24
**Plain text:**
25
25
26
-
This research used the open-source particle-in-cell code WarpX https://github.com/ECP-WarpX/WarpX. Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies. We acknowledge all WarpX contributors.
26
+
This research used the open-source particle-in-cell code WarpX https://github.com/BLAST-WarpX/warpx. Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies. We acknowledge all WarpX contributors.
27
27
28
28
**LaTeX:**
29
29
30
30
.. code-block:: latex
31
31
32
32
\usepackage{hyperref}
33
-
This research used the open-source particle-in-cell code WarpX \url{https://github.com/ECP-WarpX/WarpX}.
33
+
This research used the open-source particle-in-cell code WarpX \url{https://github.com/BLAST-WarpX/warpx}.
34
34
Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies.
0 commit comments