Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment out compiling tools checkpoint #1405

Merged
merged 1 commit into from
Jan 15, 2025
Merged
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: 2 additions & 0 deletions app/views/papers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
<input type="checkbox" id="author-check" class="pre-check form-check-input">
<label class="form-check-label" for="author-check">I certify that I am submitting materials for which I am a primary author</label>
</div>
<!--
<div class="col form-check" style="margin-left: 15px;">
<input type="checkbox" id="paper-check" class="pre-check form-check-input">
<label class="form-check-label" for="paper-check">I have verified that my paper compiles using one of <a href="https://joss.readthedocs.io/en/latest/paper.html#checking-that-your-paper-compiles" target="_blank">these tools</a>.</label>
</div>
-->
<div class="col form-check">
<input type="checkbox" id="coc-check" class="pre-check form-check-input">
<label class="form-check-label" for="coc-check">I confirm that I read and will adhere to the <%= setting(:abbreviation) %> <a href="/about#code_of_conduct" target="_blank">code of conduct</a></label>
Expand Down
Loading