Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f22033

Browse files
committed
"some extra typos and minor fixes corrected"
1 parentc5806e2 commit6f22033

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
367367

368368
###Added
369369

370-
* The script will git add and commit the new files/changes for you.
370+
* The script will'git add' and'commit' the new files/changes for you.
371371

372372
##[**1.0.8**] - 2021-03-17
373373

@@ -396,7 +396,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
396396
###Added
397397

398398
* Checks to the shell script (check if the files exist)
399-
*Colourized the output of the script.
399+
*Colorized the output of the script.
400400

401401
##[**1.0.4**] - 2021-02-26
402402

‎README.md‎

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,26 @@ for more information or guidance, follow the [GitHub guide](https://docs.github.
7171
The script will customize all the data with yoursin all the files.
7272

7373
1. A README template file with a default template to start documenting your project. (it includes personalized badges and text with your project details)
74-
1. A CHANGELOG template file based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
75-
1. An [issue_label_bot.yaml](/.github/issue_label_bot.yaml) file to use the issue adder GitHub bot. [Activate it or check its documentation](https://github.com/marketplace/issue-label-bot).
76-
1. A [config.yml](/.github/config.yml) file to modify multiple bot's behaviours.
77-
1. A [settings.yml](/.github/settings.yml) file to use the popular settings GitHub bot. [Activate it or check its documentation](https://probot.github.io/apps/settings/).
78-
1. A [CONTRIBUTING](/.github/CONTRIBUTING.md) explaining how to contribute to the project. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors).
79-
1. A [SUPPORT](/.github/SUPPORT.md) explaining how to support the project. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/adding-support-resources-to-your-project).
80-
1. A [SECURITY](/.github/SECURITY.md) with a guide on how to post a security issue. [Learn more with the GitHub guide](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository).
81-
1. A [CODEOWNERS](/.github/CODEOWNERS) with the new user as the main owner. [Learn more with the GitHub guide](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners).
82-
1. A [CODE_OF_CONDUCT](/.github/CODE_OF_CONDUCT.md) with a basic code of conduct. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/adding-a-code-of-conduct-to-your-project).
83-
1. A [PULL_REQUEST_TEMPLATE](/.github/pull_request_template.md) with a template for your pull request that closes issues with keywords. [Learn more with the GitHub guide](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository).
84-
1. Multiple [issues templates](/.github/ISSUE_TEMPLATE). [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository).
85-
1. A [config.yml](/.github/ISSUE_TEMPLATE/config.yml) with the config and information about the issue templates.
86-
1. A [Blank issue template](/.github/ISSUE_TEMPLATE) with the super basic stuff, all the issues should contain.
87-
1. A [Bug issue template](/.github/ISSUE_TEMPLATE/1-bug-report.md).
88-
1. A [Failing test issue template](/.github/ISSUE_TEMPLATE/2-failing-test.md).
89-
1. A [Documentation issue template](/.github/ISSUE_TEMPLATE/3-docs-bug.md).
90-
1. A [Feature request issue template](/.github/ISSUE_TEMPLATE/4-feature-request.md).
91-
1. An [Enhancement request issue template](/.github/ISSUE_TEMPLATE/5-enhancement-request.md).
92-
1. A [Security report issue template](/.github/ISSUE_TEMPLATE/6-security-report.md).
93-
1. A [Question or support issue template](/.github/ISSUE_TEMPLATE/7-question-support.md).
74+
2. A CHANGELOG template file based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
75+
3. An [issue_label_bot.yaml](/.github/issue_label_bot.yaml) file to use the issue adder GitHub bot. [Activate it or check its documentation](https://github.com/marketplace/issue-label-bot).
76+
4. A [config.yml](/.github/config.yml) file to modify multiple bot's behaviours.
77+
5. A [settings.yml](/.github/settings.yml) file to use the popular settings GitHub bot. [Activate it or check its documentation](https://probot.github.io/apps/settings/).
78+
6. A [CONTRIBUTING](/.github/CONTRIBUTING.md) explaining how to contribute to the project. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors).
79+
7. A [SUPPORT](/.github/SUPPORT.md) explaining how to support the project. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/adding-support-resources-to-your-project).
80+
8. A [SECURITY](/.github/SECURITY.md) with a guide on how to post a security issue. [Learn more with the GitHub guide](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository).
81+
9. A [CODEOWNERS](/.github/CODEOWNERS) with the new user as the main owner. [Learn more with the GitHub guide](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners).
82+
10. A [CODE_OF_CONDUCT](/.github/CODE_OF_CONDUCT.md) with a basic code of conduct. [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/adding-a-code-of-conduct-to-your-project).
83+
11. A [PULL_REQUEST_TEMPLATE](/.github/pull_request_template.md) with a template for your pull request that closes issues with keywords. [Learn more with the GitHub guide](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository).
84+
12. Multiple [issues templates](/.github/ISSUE_TEMPLATE). [Learn more with the GitHub guide](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository).
85+
1. A [config.yml](/.github/ISSUE_TEMPLATE/config.yml) with the config and information about the issue templates.
86+
2. A [Blank issue template](/.github/ISSUE_TEMPLATE) with the super basic stuff, all the issues should contain.
87+
3. A [Bug issue template](/.github/ISSUE_TEMPLATE/1-bug-report.md).
88+
4. A [Failing test issue template](/.github/ISSUE_TEMPLATE/2-failing-test.md).
89+
5. A [Documentation issue template](/.github/ISSUE_TEMPLATE/3-docs-bug.md).
90+
6. A [Feature request issue template](/.github/ISSUE_TEMPLATE/4-feature-request.md).
91+
7. An [Enhancement request issue template](/.github/ISSUE_TEMPLATE/5-enhancement-request.md).
92+
8. A [Security report issue template](/.github/ISSUE_TEMPLATE/6-security-report.md).
93+
9. A [Question or support issue template](/.github/ISSUE_TEMPLATE/7-question-support.md).
9494
9595
---
9696
@@ -238,7 +238,7 @@ We are currently looking for new donators to help and maintain this project! ❤
238238
By donating, you will help the development of this project, and *you will be featured in this project's README.md*, so everyone can see your kindness and visit your content ⭐.
239239
240240
<a href="https://github.com/sponsors/Josee9988">
241-
<img src="https://img.shields.io/badge/Sponsor-Josee9988/project template-blue?logo=github-sponsors&style=for-the-badge&color=red">
241+
<imgalt="project logo"src="https://img.shields.io/badge/Sponsor-Josee9988/project template-blue?logo=github-sponsors&style=for-the-badge&color=red">
242242
</a>
243243
244244
---

‎bin/FUNCTION_HELPERS.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ displayTestErrorTexts() {
4545
}
4646

4747
# Displays the help texts, normally called by the '--help' flag
48-
displayHelpTexts() {# (it will manually detect your git data and prompt for theproejct type)
48+
displayHelpTexts() {# (it will manually detect your git data and prompt for theproject type)
4949
center"User help${DGRAY}$SCRIPT_VERSION${BBLUE}"
5050
echo -e"Script usage:${UGREEN}bash$0${NC} or${UGREEN}./$0${NC}\n"
5151

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp