Skip to content

Commit cfc9246

Browse files
committed
Revise naming from Motionplus back to Motion
1 parent 1b9c687 commit cfc9246

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+17671
-11678
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: MotionPlus User Questions
4-
url: https://github.com/Motion-Project/motionplus/discussions
3+
- name: Motion User Questions
4+
url: https://github.com/Motion-Project/motion/discussions
55
about: Please ask and answer questions here.
6-
- name: MotionPlus Enhancements
7-
url: https://github.com/Motion-Project/motionplus/discussions
6+
- name: Motion Enhancements
7+
url: https://github.com/Motion-Project/motion/discussions
88
about: Please use the discussions page and tag as an enhancement request.

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,20 @@ body:
1919
- type: dropdown
2020
id: baseversion
2121
attributes:
22-
label: What is the base version number of MotionPlus being used?
22+
label: What is the base version number of Motion being used?
2323
multiple: false
2424
options:
25-
- 0.0.x
26-
- 0.1.x
27-
- 0.2.x
28-
- 0.3.x
29-
- 0.4.x
30-
- 0.5.x
25+
- 4.0.x
26+
- 4.1.x
27+
- 4.2.x
28+
- 4.3.x
29+
- 4.4.x
30+
- 4.5.x
31+
- 4.6.x
32+
- 4.7.x
33+
- 5.0.x
34+
- 5.1.x
35+
- 5.2.x
3136
validations:
3237
required: true
3338
- type: dropdown
@@ -99,8 +104,8 @@ body:
99104
- type: textarea
100105
id: logs
101106
attributes:
102-
label: Relevant MotionPlus log output (at log_level 8)
103-
description: Please copy and paste the log output. This will be automatically formatted into code, so no need for backticks.
107+
label: Full Motion log output (at log_level 8)
108+
description: Please copy and paste the full log output. This will be automatically formatted into code, so no need for backticks.
104109
render: shell
105110
validations:
106111
required: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ jobs:
9393
9494
- name: Run artifact
9595
run: |
96-
file ./src/motionplus
97-
./src/motionplus -h || true
96+
file ./src/motion
97+
./src/motion -h || true

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ missing
2020
stamp-h1
2121

2222
#data
23-
data/motionplus-dist.service
24-
data/motionplus-dist.conf
23+
data/motion-dist.service
24+
data/motion-dist.conf
2525
data/camera1-dist.conf
2626
data/camera2-dist.conf
2727
data/camera3-dist.conf
2828
data/sound1-dist.conf
2929

3030
#src
3131
src/*.o
32-
src/motionplus
32+
src/motion
3333
src/Makefile
3434
src/Makefile.in
3535
src/.deps/
@@ -52,7 +52,7 @@ po/[email protected]
5252
5353
po/insert-header.sin
5454
po/quot.sed
55-
po/motionplus.pot
55+
po/motion.pot
5656
po/remove-potcdate.sed
5757
po/remove-potcdate.sin
5858
po/stamp-po

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
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.
44

5-
## Submitting Problems
6-
7-
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.
8-
95
## Questions submitted as issues
106

11-
Questions that are submitted as a github issue will be transferred to the discussions section without comment.
12-
7+
Questions that are submitted as a github issue will be transferred to the discussions section.
138

14-
Thanks

0 commit comments

Comments
 (0)