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: .github/workflows/open_actions.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,14 @@ jobs:
24
24
owner: context.repo.owner,
25
25
repo: context.repo.repo,
26
26
body: `Thank you for your contribution to sbpy, an Astropy affiliated package! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
27
-
28
27
- [ ] Do the proposed changes actually accomplish desired goals?
29
28
- [ ] Do the proposed changes follow the [sbpy coding guidelines](https://sbpy.readthedocs.io/en/latest/development/#contribution-requirements)?
30
29
- [ ] Are tests added/updated as required? If so, do they follow the [Astropy testing guidelines](https://docs.astropy.org/en/latest/development/testguide.html)?
31
30
- [ ] Are docs added/updated as required? If so, do they follow the [Astropy documentation guidelines](https://docs.astropy.org/en/latest/development/docguide.html)?
32
31
- [ ] Is rebase and/or squash necessary? If so, please provide the author with appropriate instructions. Also see instructions for [rebase](https://docs.astropy.org/en/latest/development/development_details.html#rebase-if-necessary) and [squash](https://docs.astropy.org/en/latest/development/development_details.html#squash-if-necessary).
33
32
- [ ] Did the CI pass? If no, are the failures related?
34
33
- [ ] Is a change log needed? If yes, did the change log check pass? If no, add the "no-changelog-entry-needed" label.
Copy file name to clipboardExpand all lines: website/public/index.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@
50
50
</section>
51
51
52
52
<sectionclass="whatsnew">
53
-
<p>sbpy is an <ahref="https://astropy.org">Astropy</a><ahref="https://www.astropy.org/affiliated/index.html">affiliated package</a> for asteroid and comet researchers.</p>
53
+
<p>sbpy is an <ahref="https://astropy.org">Astropy</a><a
54
+
href="https://www.astropy.org/affiliated/index.html">affiliated package</a> for asteroid and comet
0 commit comments