Skip to content

Commit

Permalink
Revert "Set up '@Josee9988/project-template' template: Personalized f…
Browse files Browse the repository at this point in the history
…iles by executing the SETUP_TEMPLATE.sh script.πŸš€"

This reverts commit 119a7b1.
  • Loading branch information
Josee9988 committed Jul 8, 2021
1 parent 119a7b1 commit 0244da2
Show file tree
Hide file tree
Showing 19 changed files with 670 additions and 78 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @a will be requested for
# @Josee9988 will be requested for
# review when someone opens a pull request.
# if you want to add more owners just write it after @a
* @a
# if you want to add more owners just write it after @Josee9988
* @Josee9988
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing or otherwise unacceptable behaviour may be
reported by contacting the project team at c. All
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality concerning the reporter of an incident.
Expand Down
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# add your own funding links
github: Josee9988
custom: ['https://www.paypal.me/josee9988']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "🐞 Bug Report"
about: "Report an issue to help the project improve."
title: "[Bug] "
labels: "Type: Bug"
assignees: a
assignees: Josee9988

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-failing-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "πŸ’‰ Failing Test"
about: "Report failing tests or CI jobs."
title: "[Test] "
labels: "Type: Test"
assignees: a
assignees: Josee9988

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-docs-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "πŸ“š Documentation or README.md issue report"
about: "Report an issue in the project's documentation or README.md file."
title: ""
labels: "Documentation"
assignees: a
assignees: Josee9988

---
# **πŸ“š Documentation Issue Report**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/4-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "πŸš€πŸ†• Feature Request"
about: "Suggest an idea or possible new feature for this project."
title: ""
labels: "Type: Feature"
assignees: a
assignees: Josee9988

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/5-enhancement-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "πŸš€βž• Enhancement Request"
about: "Suggest an enhancement for this project. Improve an existing feature"
title: ""
labels: "Type: Enhancement"
assignees: a
assignees: Josee9988

---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/6-security-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "⚠️ Security Report"
about: "Report an issue to help the project improve."
title: ""
labels: "Type: Security"
assignees: a
assignees: Josee9988

---

Expand All @@ -25,7 +25,7 @@ certain personal information or involves personal identifiable data, or you beli
that the data that you might leak by exposing the way on how to attack the project
could be considered as a data leak or could violate the privacy of any kind of
data or sensible data, please do not post it here and directly email the developer:
(c). You should post the issue with the least amount of
([email protected]). You should post the issue with the least amount of
sensible or private data as possible to help us manage the security issue, and
with the extra data sent from your email to the developer (if any), we will deeply
analyze and try to fix it as fast as possible.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/7-question-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "❓ Question or Support Request"
about: "Questions and requests for support."
title: ""
labels: "Type: Question"
assignees: a
assignees: Josee9988

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Send an e-mail the developer
url: mailto:c
url: mailto:[email protected]
about: Please do NOT use this email to post issues or feature requests (only important business/personal contact).
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ To report a security issue, go to the project's issues and create a new issue us

Read carefully the instructions of this issue template, and if your report could leak data or might expose
how to gain access to a restricted area or break the system,
please email [c](mailto:c) and include the word "SECURITY" in the subject line.
please email [[email protected]](mailto:[email protected]) and include the word "SECURITY" in the subject line.

We'll endeavour to respond quickly, and will keep you updated throughout the process.
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue in a/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###> a/b ###
###> Josee9988/project-template ###

# Folders
.vscode/
Expand All @@ -13,4 +13,4 @@ ignore.*
.env.test
*.pem

###< a/b ###
###< Josee9988/project-template ###
244 changes: 241 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,252 @@
<!-- markdownlint-disable MD024-->
# **Change Log** πŸ“œπŸ“

All notable changes to the "**b**" c will be documented in this file.
All notable changes to the "**Project template**" repository will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [**0.0.1**] - 2021-07-08
## [**1.7.2**] - 2021-07-08

### Added

* The basic project structure from **[josee9988/project-template](https://github.com/Josee9988/project-template)**.
* Multiple new .gitignore lines and improved its comment structure.

### Fixed

* Minnor typo in the generated README.md

## [**1.7.1**] - 2021-07-01

### Added

* `.env` file will be ignored in the `.gitignore`.
* Disabled some markdownlint rules in the generated README.md
* Fixed some minnor errors in the README.md file

## [**1.7.0**] - 2021-06-01

### Added

* Type: Test issue label.
* Failing test issue template adds the new Type Test issue label.
* Updated README.md with the new label.

## [**1.6.0**] - 2021-05-21

### Added

* Divided the feature request into feature and enhancement request, each one with its respective labels.

### Changed

* Position of disclaimers and comments in the issue templates are moved to the bottom (but the security report) as some users directly erased everything to not read the text.
* Image of the issue templates in the readme.md file.

## [**1.5.0**] - 2021-05-15

### Added

* Auto-detection of user email.

## [**1.4.5**] - 2021-04-24

### Added

* Sponsor section in the project's main readme.md file.
* Improved and added documentation in the scripts.

### Fixed

* Readme "What does it include" fixed list of files.
* Sponsor link in the generated README.md file.
* Some typos

## [**1.4.4**] - 2021-04-22

### Added

* --help option in the script.
* More documentation and information for the user in the script prompts

## [**1.4.3**] - 2021-04-21

### Added

* Support for Github todo app.

## [**1.4.2**] - 2021-04-20

### Added

* An extra informational message in the script.
* Welcome bot and its config (.github/config.yml)

### Fixed

* Issue templates now auto assigns the new labels.

## [**1.4.1**] - 2021-04-20

### Added

* Security label

### Changed

* Project tree to its updated version.

## [**1.4.0**] - 2021-04-19

### Added

* Readme file with the section with the recommended/used bots that the users should install.
* Some informational comments in the script referencing the project's documentation.
* A total of 18 new labels will be created right when you clone your repo using Github Probot settings.

## [**1.3.0**] - 2021-04-14

### Added

* CODEOWNERS file inside the .github folder.

### Fixed

* Some README.md markdownlint bugs.

## [**1.2.0**] - 2021-04-07

### Added

* Bug report issue templates have the preceding "[BUG]" title.
* Multiple readme template headings (About the project, project tree, screenshots, donators).
* Improved README.md template by fixing some minor problems.

## [**1.1.1**] - 2021-04-02

### Added

* Username and project name are automatically selected (user can manually force change them using bash parameters [Username] [Project-Name])

### Changed

* Asciinema video

## [**1.1.0**] - 2021-03-31

### Added

* Gitignore file ignores all \*.ignore.\* files.
* Basic README.md template.
* bin/FUNCTION_HELPERS script to improve the readability of the SETUP_TEMPLATE.sh file.

### Changed

* Header's emoji from the end of the README.md headers to the beginning to be shown better by the new GitHub's README table of contents.

### Fixed

* Git status is shown before the commit.

### Fixed

* Some typos in the CHANGELOG.md.

## [**1.0.11**] - 2021-03-20

### Added

* Social links of the repo in the README.md file.
* Added badges in the README.md file.
* Added sponsor link in the contributing.yml file.

### Fixed

* Some minor typos in the README.md file.

## [**1.0.10**] - 2021-03-17

### Changed

* `EXECUTEME.sh` script changed to `SETUP_TEMPLATE.sh`.
* Changed the execution video from the README.md file (Asciinema's video).

## [**1.0.9**] - 2021-03-17

### Added

* The script will git add and commit the new files/changes for you.

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

### Changed

* Improved README.md structure and fixed some typos.

### Added

* 'Extra recommendations' section in the README.md file.

## [**1.0.7**] - 2021-03-16

### Fixed

* Some minor typos

## [**1.0.6**] - 2021-03-16

### Changed

* Simplified PR template to make it easier.

## [**1.0.5**] - 2021-03-13

### Added

* Checks to the shell script (check if the files exist)
* Colourized the output of the script.

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

### Added

* Markdownlint disable the rule in the CHANGELOG.md file"

## [**1.0.3**] - 2021-02-23

### Removed

* Josee's funding links.

### Added

* Shell script now checks if the .github directory exists.

## [**1.0.2**] - 2020-09-08

### Added

* One more screenshot to the README.md file showing the community profile.
* Documentation for the SETUP_TEMPLATE.sh script.

### Changed

* The project tree view showing the new LICENSE file.

## [**1.0.1**] - 2020-09-08

### Added

* A LICENSE for the project will be removed with the SETUP_TEMPLATE.sh script.

### Changed

* The location of the pull request template to the .github/ folder.

## [**1.0.0**] - 2020-09-08

### Added

* Added a CHANGELOG.md.
* Support for the CHANGELOG in the SETUP_TEMPLATE.sh file (when run, it will remove all of the content and create a new file from scratch).
Loading

0 comments on commit 0244da2

Please sign in to comment.