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: about/faq.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,21 +199,22 @@ Now that your project is on GitHub, make sure users and contributors can find it
199
199
{% include components/accordion.html title='How do I let people know about my new repo?' slug='publicize' content=accordionContent %}
200
200
201
201
{% capture accordionContent %}
202
-
Submit a pull request! This website is a GitHub repo just like any other LLNL open source project. News is housed in the [`_posts` directory](https://github.com/LLNL/llnl.github.io/tree/main/_posts), and templates are found in the [LLNL/.github repo](https://github.com/LLNL/.github). See [Contributing Guidelines](../contribute) for more information.
202
+
Yes, you can give external contributors Write access to your GitHub repo. Anyone with Admin access to your repo can enable this: Settings > Collaborators > Manage access > Add people > enter their username and select.
203
+
204
+
If you don't already have Admin access to your repo, contact [github-admin@llnl.gov](mailto:github-admin@llnl.gov) to request it.
203
205
204
-
Before contributing, please contact [open-source@llnl.gov](mailto:open-source@llnl.gov) with your idea or if you have questions about whether your proposed content requires the LLNL review and release process.
{% include components/accordion.html title='How do I contribute news or other content to this website?' slug='contribute-here' content=accordionContent %}
208
+
{% include components/accordion.html title='Can non-LLNL developers/collaborators contribute to my project?' slug='collaborators' content=accordionContent %}
208
209
209
210
{% capture accordionContent %}
210
-
Yes, you can give external contributors Write access to your GitHub repo. Anyone with Admin access to your repo can enable this: Settings > Collaborators > Manage access > Add people > enter their username and select.
211
+
If the owner/admin of a repo leaves the project, another team member(s) with a GitHub account must take over the Admin role.
211
212
212
-
If you don't already have Admin access to your repo, contact [github-admin@llnl.gov](mailto:github-admin@llnl.gov) to request it.
213
+
If you need help re-assigning permissions in your repo, contact [github-admin@llnl.gov](mailto:github-admin@llnl.gov) to confirm the user's departure and successor(s).
{% include components/accordion.html title='Can non-LLNL developers/collaborators contribute to my project?' slug='collaborators' content=accordionContent %}
217
+
{% include components/accordion.html title='How do I change ownership of a specific repo?' slug='new-owner' content=accordionContent %}
217
218
218
219
{% capture accordionContent %}
219
220
@@ -277,5 +278,13 @@ Refer to individual projects for their requirements on accepting contributions.
{% include components/accordion.html title='How do I contribute to an LLNL repo?' slug='contribute-repo' content=accordionContent %}
279
280
281
+
{% capture accordionContent %}
282
+
Submit a pull request! This website is a GitHub repo just like any other LLNL open source project. News is housed in the [`_posts` directory](https://github.com/LLNL/llnl.github.io/tree/main/_posts), and templates are found in the [LLNL/.github repo](https://github.com/LLNL/.github). See [Contributing Guidelines](../contribute) for more information.
283
+
284
+
Before contributing, please contact [open-source@llnl.gov](mailto:open-source@llnl.gov) with your idea or if you have questions about whether your proposed content requires the LLNL review and release process.
{% include components/accordion.html title='How do I contribute news or other content to this website?' slug='contribute-here' content=accordionContent %}
0 commit comments