Skip to content

Commit

Permalink
Revise naming from Motionplus back to Motion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Feb 4, 2025
1 parent 1b9c687 commit cfc9246
Show file tree
Hide file tree
Showing 108 changed files with 17,671 additions and 11,678 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: MotionPlus User Questions
url: https://github.com/Motion-Project/motionplus/discussions
- name: Motion User Questions
url: https://github.com/Motion-Project/motion/discussions
about: Please ask and answer questions here.
- name: MotionPlus Enhancements
url: https://github.com/Motion-Project/motionplus/discussions
- name: Motion Enhancements
url: https://github.com/Motion-Project/motion/discussions
about: Please use the discussions page and tag as an enhancement request.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,20 @@ body:
- type: dropdown
id: baseversion
attributes:
label: What is the base version number of MotionPlus being used?
label: What is the base version number of Motion being used?
multiple: false
options:
- 0.0.x
- 0.1.x
- 0.2.x
- 0.3.x
- 0.4.x
- 0.5.x
- 4.0.x
- 4.1.x
- 4.2.x
- 4.3.x
- 4.4.x
- 4.5.x
- 4.6.x
- 4.7.x
- 5.0.x
- 5.1.x
- 5.2.x
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -99,8 +104,8 @@ body:
- type: textarea
id: logs
attributes:
label: Relevant MotionPlus log output (at log_level 8)
description: Please copy and paste the log output. This will be automatically formatted into code, so no need for backticks.
label: Full Motion log output (at log_level 8)
description: Please copy and paste the full log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
- name: Run artifact
run: |
file ./src/motionplus
./src/motionplus -h || true
file ./src/motion
./src/motion -h || true
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ missing
stamp-h1

#data
data/motionplus-dist.service
data/motionplus-dist.conf
data/motion-dist.service
data/motion-dist.conf
data/camera1-dist.conf
data/camera2-dist.conf
data/camera3-dist.conf
data/sound1-dist.conf

#src
src/*.o
src/motionplus
src/motion
src/Makefile
src/Makefile.in
src/.deps/
Expand All @@ -52,7 +52,7 @@ po/en@boldquot.header
po/en@quot.header
po/insert-header.sin
po/quot.sed
po/motionplus.pot
po/motion.pot
po/remove-potcdate.sed
po/remove-potcdate.sin
po/stamp-po
Expand Down
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

Issues on the github site are intended to discuss code problems, crashes and application enhancements. The discussions is intended for questions after you have read the guide.

## Submitting Problems

During the initial development of MotionPlus issues may frequently arise and it is best to provide as much detail as possible regarding how to replicate.

## Questions submitted as issues

Questions that are submitted as a github issue will be transferred to the discussions section without comment.

Questions that are submitted as a github issue will be transferred to the discussions section.

Thanks
Loading

0 comments on commit cfc9246

Please sign in to comment.