Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
reindervdw-cmi authored Jan 25, 2024
2 parents 762a4f6 + 6c622a5 commit c76a639
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: This is a template for reporting a bug.
projects: [cmi-dair/1]
projects: [childmindresearch/1]
title: 'Bug: '
labels: [bug]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/development_task.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Development Task
description: This is a template for a development task
projects: [cmi-dair/1]
projects: [childmindresearch/1]
title: 'Task: '
labels: [task]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for submitting a support request.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["cmi-dair/1"]
# projects: ["childmindresearch/1"]
title: 'Support: '
labels: [question]
body:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ cloai is licensed under the terms of the [L-GPLv2.1 license](LICENSE).

## Support

If you encounter any issues or have any questions, please report them on our [issues page](https://github.com/cmi-dair/cloai/issues).
If you encounter any issues or have any questions, please report them on our [issues page](https://github.com/childmindresearch/cloai/issues).
2 changes: 1 addition & 1 deletion src/cloai/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


PARSER_DEFAULTS = {
"epilog": "Please report issues at https://github.com/cmi-dair/cloai.",
"epilog": "Please report issues at https://github.com/childmindresearch/cloai.",
"formatter_class": argparse.ArgumentDefaultsHelpFormatter,
}

Expand Down

0 comments on commit c76a639

Please sign in to comment.