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.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,12 @@ all your interactions with the project members and users.
63
63
additions to `go.mod` should explain why the dependency is required.
64
64
65
65
## Documentation
66
-
There are a few places where documentation for the Singularity project lives. The [changelog](CHANGELOG.md) is where PRs should include documentation if necessary. When a new release is tagged, the [user-docs](https://singularity.hpcng.org/user-docs/master/) and [admin-docs](https://singularity.hpcng.org/admin-docs/master/) will be updated using the contents of the `CHANGELOG.md` file as reference.
66
+
There are a few places where documentation for the Singularity project lives. The [changelog](CHANGELOG.md) is where PRs should include documentation if necessary. When a new release is tagged, the [user-docs](https://apptainer.org/user-docs/master/) and [admin-docs](https://apptainer.org/admin-docs/master/) will be updated using the contents of the `CHANGELOG.md` file as reference.
67
67
68
68
1. The [changelog](CHANGELOG.md) is a place to document **functional** differences between versions of Singularity. PRs which require documentation must update this file. This should be a document which can be used to explain what the new features of each version of Singularity are, and should **not** read like a commit log. Once a release is tagged (*e.g. v3.0.0*), a new top level section will be made titled **Changes Since vX.Y.Z** (*e.g. Changes Since v3.0.0*) where new changes will now be documented, leaving the previous section immutable.
69
69
2. The [README](README.md) is a place to document critical information for new users of Singularity. It should typically not change, but in the case where a change is necessary a PR may update it.
70
-
3. The [user-docs](https://www.github.com/hpcng/singularity-userdocs) should document anything pertinent to the usage of Singularity.
71
-
4. The [admin-docs](https://www.github.com/hpcng/singularity-admindocs) document anything that is pertinent to a system administrator who manages a system with Singularity installed.
70
+
3. The [user-docs](https://www.github.com/apptainer/singularity-userdocs) should document anything pertinent to the usage of Singularity.
71
+
4. The [admin-docs](https://www.github.com/apptainer/singularity-admindocs) document anything that is pertinent to a system administrator who manages a system with Singularity installed.
72
72
5. If necessary, changes to the message displayed when running `singularity help *` can be made by editing `docs/content.go`.
To build a stable version of Singularity, check out a [release tag](https://github.com/hpcng/singularity/tags) before compiling:
87
+
To build a stable version of Singularity, check out a [release tag](https://github.com/apptainer/singularity/tags) before compiling:
88
88
89
89
```
90
-
$ git checkout v3.8.5
90
+
$ git checkout v3.8.6
91
91
```
92
92
93
93
## Compiling Singularity
94
94
95
95
You can build Singularity using the following commands:
96
96
97
97
```
98
-
$ cd ${GOPATH}/src/github.com/hpcng/singularity && \
98
+
$ cd ${GOPATH}/src/github.com/apptainer/singularity && \
99
99
./mconfig && \
100
100
cd ./builddir && \
101
101
make && \
@@ -147,7 +147,7 @@ Download the latest
147
147
and use it to install the RPM like this:
148
148
149
149
```
150
-
$ export VERSION=3.8.5 # this is the singularity version, change as you need
150
+
$ export VERSION=3.8.6 # this is the singularity version, change as you need
Copy file name to clipboardExpand all lines: SUPPORT.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
Need help? We have several ways to reach us, depending on your preferences and needs.
4
4
5
5
## Documentation
6
-
If you haven't already, read our [documentation](https://singularity.hpcng.org/docs/). These docs have common use cases, and might be helpful to browse before submitting an issue. You can contribute to our documentation by creating PRs against the [singularity-admindocs](https://github.com/hpcng/singularity-admindocs) and [singularity-userdocs](https://github.com/hpcng/singularity-userdocs) repositories.
6
+
If you haven't already, read our [documentation](https://apptainer.org/docs/). These docs have common use cases, and might be helpful to browse before submitting an issue. You can contribute to our documentation by creating PRs against the [singularity-admindocs](https://github.com/apptainer/singularity-admindocs) and [singularity-userdocs](https://github.com/apptainer/singularity-userdocs) repositories.
7
7
8
8
## Github
9
9
For issues with code (and especially if you need to share debug output) we recommend Github issues boards.
10
10
11
-
-[Singularity Issues](https://github.com/hpcng/singularity/issues): is recommended for most issues with the Singularity software.
12
-
-[User Documentation](https://github.com/hpcng/singularity-userdocs/issues) questions, feedback, and suggestions should go here. Feel free to create an issue on a board and additionally request updated content here.
13
-
-[Admin Documentation](https://github.com/hpcng/singularity-admindocs/issues) questions, feedback, and suggestions should go here. Feel free to create an issue on a board and additionally request updated content here.
11
+
-[Singularity Issues](https://github.com/apptainer/singularity/issues): is recommended for most issues with the Singularity software.
12
+
-[User Documentation](https://github.com/apptainer/singularity-userdocs/issues) questions, feedback, and suggestions should go here. Feel free to create an issue on a board and additionally request updated content here.
13
+
-[Admin Documentation](https://github.com/apptainer/singularity-admindocs/issues) questions, feedback, and suggestions should go here. Feel free to create an issue on a board and additionally request updated content here.
14
14
15
15
16
16
### How do I ask for help?
@@ -38,6 +38,6 @@ Issues can go stale for a number of reasons. In the bullets below, we will revie
38
38
You can reach the community quickly by way of joining our [Google Group](https://groups.google.com/a/lbl.gov/forum/#!forum/singularity).
39
39
40
40
## Slack
41
-
For real time support from the community, you can join our community on slack at [https://hpcng.slack.com/](https://hpcng.slack.com/). Ping the Google Group or one of the admins here to request to be added.
41
+
For real time support from the community, you can join our community on slack at [https://apptainer.slack.com/](https://apptainer.slack.com/). Ping the Google Group or one of the admins here to request to be added.
42
42
43
-
Is there something missing here you'd like to see? Please [let us know](https://github.com/hpcng/singularity/issues).
43
+
Is there something missing here you'd like to see? Please [let us know](https://github.com/apptainer/singularity/issues).
0 commit comments