Skip to content

Commit

Permalink
generic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Dec 6, 2024
1 parent f31f773 commit b438fb6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "🐞 Issue report for package-template itself"
about: Create a report describing unexpected or incorrect behavior.
title: "[Issue]: <title>"
labels: bug
assignees: ''
assignees: 'software-admins'
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Feature request"
name: "Feature request for package-template"
about: Suggest an idea for this project
title: "[New Feature]: "
labels: enhancement, needs triage
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As members of the community,

- We pledge to be conscientious of the perceptions of the wider community and to respond to criticism respectfully. We will strive to model behaviors that encourage productive debate and disagreement, both within our community and where we are criticized. We will treat those outside our community with the same respect as people within our community.

- We pledge to help the entire community follow the code of conduct, and to not remain silent when we see violations of the code of conduct. We will take action when members of our community violate this code such as such as contacting [email protected] (all emails sent to this address will be treated with the strictest confidence) or talking privately with the person.
- We pledge to help the entire community follow the code of conduct, and to not remain silent when we see violations of the code of conduct. We will take action when members of our community violate this code such as such as contacting TBD (all emails sent to this address will be treated with the strictest confidence) or talking privately with the person.

This code of conduct applies to all community situations online and offline, including mailing lists, forums, social media, conferences, meetings, associated social events, and one-to-one interactions.

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ To create a new package based on the template run:
$ pip install cookiecutter cruft
$ cruft create https://github.com/Roman-Supernova-PIT/package-template
and go through the steps offered in the cli naming your package and filling in your details.
Cruft is built on cookiecutter, and enables the updating of the template from the source.
This takes the form of pull requests to the repository that the new package is pushed to.
Expand All @@ -35,6 +36,8 @@ This will create a new directory in your current directory named the same as the

.. code-block:: console
$ cd <your package name>
$ git init
$ pip install -e ".[docs,test]"
$ cd docs
$ make html
Expand Down
2 changes: 2 additions & 0 deletions codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Add words to ignore for spelling check
# https://github.com/codespell-project/codespell
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As members of the community,

- We pledge to be conscientious of the perceptions of the wider community and to respond to criticism respectfully. We will strive to model behaviors that encourage productive debate and disagreement, both within our community and where we are criticized. We will treat those outside our community with the same respect as people within our community.

- We pledge to help the entire community follow the code of conduct, and to not remain silent when we see violations of the code of conduct. We will take action when members of our community violate this code such as such as contacting [email protected] (all emails sent to this address will be treated with the strictest confidence) or talking privately with the person.
- We pledge to help the entire community follow the code of conduct, and to not remain silent when we see violations of the code of conduct. We will take action when members of our community violate this code such as such as contacting TBD (all emails sent to this address will be treated with the strictest confidence) or talking privately with the person.

This code of conduct applies to all community situations online and offline, including mailing lists, forums, social media, conferences, meetings, associated social events, and one-to-one interactions.

Expand Down
2 changes: 2 additions & 0 deletions {{ cookiecutter.package_name }}/codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# add words to ignore for spelling
# https://github.com/codespell-project/codespell

0 comments on commit b438fb6

Please sign in to comment.