Skip to content

Commit

Permalink
Fix albero references and update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Oct 31, 2024
1 parent 8b94b9e commit 373816b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug Report | Feature Idea
about: Report a bug or suggest a feature
title: "Bug Report | Feature Idea:"
labels: bug, enhancement
name: Bug Report
about: Report a bug
title: "Bug Report:"
labels: bug
assignees: ""
---

Expand Down Expand Up @@ -32,7 +32,3 @@ Commit that bug started: [Insert here (if not applicable use "N/A")]
</details>

---

Feature report:

Explain your idea, how it could be implemented, and why it should be added. The more detail you give, the more likely it is to be added. Code snippets that could help add it are _highly recommend_.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature Idea
about: Suggest a feature or code change
title: "Feature Idea:"
labels: enhancement
assignees: ""
---

Feature report:

Explain your idea, how it could be implemented, and why it should be added. The more detail you give, the more likely it is to be added. Code snippets that could help add it are _highly recommend_.
2 changes: 1 addition & 1 deletion docs/source/create_example_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
for line in example_file:
rst_file.write(f" {line}")
rst_file.write(
f"\nSee the file example file `here <{'https://github.com/salve-org/albero/blob/master/examples/' + filename}>`_."
f"\nSee the file example file `here <{'https://github.com/salve-org/collegamento/blob/master/examples/' + filename}>`_."
)
2 changes: 1 addition & 1 deletion docs/source/examples/class_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Class Example
if __name__ == "__main__":
main()
See the file example file `here <https://github.com/salve-org/albero/blob/master/examples/class_example.py>`_.
See the file example file `here <https://github.com/salve-org/collegamento/blob/master/examples/class_example.py>`_.
2 changes: 1 addition & 1 deletion docs/source/examples/file_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ File Example
if __name__ == "__main__":
main()
See the file example file `here <https://github.com/salve-org/albero/blob/master/examples/file_example.py>`_.
See the file example file `here <https://github.com/salve-org/collegamento/blob/master/examples/file_example.py>`_.
2 changes: 1 addition & 1 deletion docs/source/examples/simple_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Simple Example
if __name__ == "__main__":
main()
See the file example file `here <https://github.com/salve-org/albero/blob/master/examples/simple_example.py>`_.
See the file example file `here <https://github.com/salve-org/collegamento/blob/master/examples/simple_example.py>`_.

0 comments on commit 373816b

Please sign in to comment.