Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 id="contribute-code-or-docs">Contribute code or documentation<a class="paral
<li><a href="https://github.com/search?p=2&q=label%3Apackage-novice+label%3Aeffort-medium&ref=searchresults&state=open&type=Issues&utf8=%E2%9C%93" class="github-label-effort">Effort-medium</a>: issues that should take a few days at most
<li><a href="https://github.com/search?p=2&q=label%3Apackage-novice+label%3Aeffort-high&ref=searchresults&state=open&type=Issues&utf8=%E2%9C%93" class="github-label-effort">Effort-high</a>: longer term issues
</ul>
<p>You may also want to familiarize yourself with the <a href="https://docs.astropy.org/en/latest/#developer-documentation" target="_blank">developer documentation</a>, particularly the <a href="https://docs.astropy.org/en/latest/development/codeguide.html">coding</a> and <a href="https://docs.astropy.org/en/latest/development/docguide.html">documentation</a> guidelines.</p>
<p>You may also want to familiarize yourself with the <a href="https://docs.astropy.org/en/latest/#developer-documentation" target="_blank">developer documentation</a>, particularly the <a href="https://docs.astropy.org/en/latest/development/codeguide.html">coding</a> and <a href="https://docs.astropy.org/en/latest/development/docguide.html">documentation</a> guidelines, and our <a href="https://github.com/astropy/astropy-project/blob/main/policies/ai-policy.md">AI usage</a> policy.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this obvious enough? I could almost not find it without looking at the diff to figure out where it was added: https://output.circle-artifacts.com/output/job/1f310ea5-2de2-445a-a2a3-dda383604e02/artifacts/0/html/contribute.html

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could put it on its own line?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Cadair @hamogu etc, what do you think?


<p> Once you have a change to propose, if it's a simple fix to just a single file, you can even just browse to the appropriate file and use the "edit" button on github. If it's a more complex change, we suggest you follow the <a target="_blank" href="https://docs.astropy.org/en/latest/development/quickstart.html#install-the-development-version-of-astropy">developer install instructions</a>, and use that with <a href="https://github.com/astropy/astropy">Astropy's github page</a> to issue a pull request with your changes. If you aren't familiar with github, we suggest you looking over our <a href="http://astropy.readthedocs.org/en/latest/development/workflow/development_workflow.html">workflow documentation</a>. Once your code is accepted, you are officially an Astropy contributor and eligible to be included on the author list of future publications. </p>

Expand Down