Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Oct 1, 2024
1 parent a3365f6 commit fb34d9d
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
Thanks for contributing a pull request! Please ensure that
your PR satisfies the checklist before submitting:
- Did you check that the code can be distributed under a MIT license? See License Considerations.
- Have all GitHub action finished well?
- Does the documentation render correctly? See Rendering documentation locally with Sphinx.
- Is the commit message formatted correctly?
Note that we are a team of volunteers; we appreciate your
patience during the review process.
Again, thanks for contributing!
-->

#### Reference issue
<!--Example: Closes gh-WXYZ.-->

#### What does this implement/fix?
<!--Please explain your changes.-->

#### Additional information
<!--Any additional information you think is important.-->
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -35,10 +35,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.12"
- name: Install lava-cactus package
run: |
python setup.py install

0 comments on commit fb34d9d

Please sign in to comment.