Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ESLINT_RULES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `ESLint` rules

`spring-boot-starter-thymeleaf` enforces the following code standards with `ESLint`.
`mvn-spring-boot-thymeleaf-nodejs` enforces the following code standards with `ESLint`.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In order to {achieve value}.
## 🐞 5. Your environment (for defects only)
> ⌦ Include as many relevant details about the environment in which the defect occured.

* Version of `spring-boot-starter-thymeleaf`:
* Version of `mvn-spring-boot-thymeleaf-nodejs`:
* Environment name and version (e.g. Chrome 39, node.js 5.4):
* Operating System and version (desktop or mobile):
* Link to your project:
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ replace this line and the following task completion line._

[checkstyle-google-url]: http://checkstyle.sourceforge.net/google_style.html
[checkstyle-image]: ../docs/img/icon-checkstyle.png
[coveralls-img]: https://coveralls.io/repos/github/gregswindle/spring-boot-starter-thymeleaf/badge.svg
[coveralls-url]: https://coveralls.io/github/gregswindle/spring-boot-starter-thymeleaf
[coveralls-img]: https://coveralls.io/repos/github/gregswindle/mvn-spring-boot-thymeleaf-nodejs/badge.svg
[coveralls-url]: https://coveralls.io/github/gregswindle/mvn-spring-boot-thymeleaf-nodejs
[sonar-code-smells-img]: http://sonarcloud.io/api/badges/measure?key=gregswindle-github&metric=code_smells
[sonar-code-smells-url]: https://sonarcloud.io/component_measures/metric/code_smells/list?id=gregswindle-github&metric=code_smells
[sonar-cognitive-img]: http://sonarcloud.io/api/badges/measure?key=gregswindle-github&metric=cognitive_complexity
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Graphic art by [icons8](https://icons8.com/).
[icon-justice-image]: docs/img/icons8/icon-justice-50.png
[icon-pledge-image]: docs/img/icons8/icon-pledge-50.png
[product-repo-logo-image]: ..docs/img/logo-commonalaxy.png
[product-repo-url]: https://github.com/gregswindle/spring-boot-starter-thymeleaf
[team-email-mailto]: mailto:greg@swindle.net?Subject=%5Bspring-boot-starter-thymeleaf%5D%20Code%20of%20conduct%20concern
[team-issues-url]: https://github.com/gregswindle/spring-boot-starter-thymeleaf/issues/new
[product-repo-url]: https://github.com/gregswindle/mvn-spring-boot-thymeleaf-nodejs
[team-email-mailto]: mailto:greg@swindle.net?Subject=%5Bmvn-spring-boot-thymeleaf-nodejs%5D%20Code%20of%20conduct%20concern
[team-issues-url]: https://github.com/gregswindle/mvn-spring-boot-thymeleaf-nodejs/issues/new
[version]: http://contributor-covenant.org/version/1/4/
32 changes: 16 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing<br>to `spring-boot-starter-thymeleaf`
# Contributing<br>to `mvn-spring-boot-thymeleaf-nodejs`
> [![PRs Welcome][makeapullrequest-image]][makeapullrequest-url]
>
> Welcome to `spring-boot-starter-thymeleaf`. You're among people eager to promote recommended community standards that encourage open source consumption and contributions with comprehensive `README`, `CODE_OF_CONDUCT`, `CONTRIBUTING`, and `LICENSE` documents. If you are curious, you're already a member!
> Welcome to `mvn-spring-boot-thymeleaf-nodejs`. You're among people eager to promote recommended community standards that encourage open source consumption and contributions with comprehensive `README`, `CODE_OF_CONDUCT`, `CONTRIBUTING`, and `LICENSE` documents. If you are curious, you're already a member!

<dfn>__Contributions__ start with __community conversations__ that lead to __positive change.__</dfn> Open source provides a flexible collaboration model that facilitates change, even among perfect strangers. Contributions therefore:

Expand Down Expand Up @@ -70,7 +70,7 @@

* __Collaboration starts with *Issues*. Changes happen through *Pull Requests*.__

View `spring-boot-starter-thymeleaf's` collaboration and contribution flowcharts:
View `mvn-spring-boot-thymeleaf-nodejs's` collaboration and contribution flowcharts:

---

Expand All @@ -95,7 +95,7 @@
* ### 1.1. Create Issues for feature requests and defects.

_Why:_
> ⌦ `spring-boot-starter-thymeleaf` follows an issue-driven product delivery model.
> ⌦ `mvn-spring-boot-thymeleaf-nodejs` follows an issue-driven product delivery model.
> Before any work is done, create an Issue, first. This starts a
> conversation about features, defects ("bugs"), refactoring, product
> delivery improvements, etc.
Expand Down Expand Up @@ -309,12 +309,12 @@

* ### 2.1. __Rules__

`spring-boot-starter-thymeleaf` manages contributions with the [feature-branch-workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow).
`mvn-spring-boot-thymeleaf-nodejs` manages contributions with the [feature-branch-workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow).

* #### 2.1.1. Makes changes in a topic branch.

_Why:_
> ⌦ Use an isolated topic branch for parallel product development. Topic branches allow you to submit multiple pull requests without confusion. You can iterate without polluting the master branch with potentially unstable, unfinished code. The `spring-boot-starter-thymeleaf` team uses:
> ⌦ Use an isolated topic branch for parallel product development. Topic branches allow you to submit multiple pull requests without confusion. You can iterate without polluting the master branch with potentially unstable, unfinished code. The `mvn-spring-boot-thymeleaf-nodejs` team uses:
>
> * [Feature-branch-workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) for small-ish codebases, or
> * [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow) for large applications and monoliths
Expand Down Expand Up @@ -362,7 +362,7 @@
* #### 2.1.3. Branch out from `master`.

_Why:_
> ⌦ `spring-boot-starter-thymeleaf` follows the feature-branch-workflow.
> ⌦ `mvn-spring-boot-thymeleaf-nodejs` follows the feature-branch-workflow.

* #### 2.1.4. __*Never*__ push into the `master` branch. __*Always*__ submit a Pull Request.

Expand Down Expand Up @@ -691,7 +691,7 @@

* ### 3.1. Use the Standard JS Style.

`spring-boot-starter-thymeleaf` follows the [Standard JS Style][standard-js-url].
`mvn-spring-boot-thymeleaf-nodejs` follows the [Standard JS Style][standard-js-url].

* ### 3.2. Use ESLint to analyze source code.

Expand All @@ -703,7 +703,7 @@
```
>

View [`spring-boot-starter-thymeleaf's` ESLint rules][eslint-rules-table-url] and their enforcement.
View [`mvn-spring-boot-thymeleaf-nodejs's` ESLint rules][eslint-rules-table-url] and their enforcement.

## 4. __Unit testing__

Expand Down Expand Up @@ -731,7 +731,7 @@
> jest --config=jest.config.json

PASS __tests__/app.js
spring-boot-starter-thymeleaf:app
mvn-spring-boot-thymeleaf-nodejs:app
✓ creates files (1ms)

Test Suites: 1 passed, 1 total
Expand Down Expand Up @@ -760,7 +760,7 @@

[![StackShare][stackshare-badge-image]][stackshare-url]

`spring-boot-starter-thymeleaf` requires the following tech stack to either run, build, test, or deploy:
`mvn-spring-boot-thymeleaf-nodejs` requires the following tech stack to either run, build, test, or deploy:

<!-- AUTO-GENERATED-CONTENT:START (DEPENDENCYTABLE:dev=true) -->
| **Dependency** | **Description** | **Version** | **License** | **Type** |
Expand Down Expand Up @@ -1076,7 +1076,7 @@
[autosquashing-git-commits-url]: https://robots.thoughtbot.com/autosquashing-git-commits
[changelog-url]: ./CHANGELOG.md
[cite-interview-torvalds-url]: https://techcrunch.com/2012/04/19/an-interview-with-millenium-technology-prize-finalist-linus-torvalds/
[cla-url]: https://www.clahub.com/agreements/gregswindle/spring-boot-starter-thymeleaf
[cla-url]: https://www.clahub.com/agreements/gregswindle/mvn-spring-boot-thymeleaf-nodejs
[code-of-conduct-url]: ./CODE_OF_CONDUCT.md
[commitplease-url]: https://www.npmjs.com/package/commitplease
[gregswindle-palette-image]: ./docs/img/palette.svg
Expand All @@ -1102,9 +1102,9 @@
[icon-issue-image]: ./docs/img/icons8/icon-issues.png
[icon-pr-image]: ./docs/img/icons8/icon-pr.png
[icon-rest-api-image]: ./docs/img/icons8/icon-rest-api.png
[issues-new-defect-url]: https://github.com/gregswindle/spring-boot-starter-thymeleaf/issues/new?title=fix%28affected-scope%29%3A+subject-line-with-very-few-words&labels=Priority%3A+Medium%2CStatus%3A+Review+Needed%2CType%3A+Defect&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+__Feature%3A__+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+__EXAMPLE%3A__%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+__behavior+you+expect__+to+see%2C+or+the+behavior+that+__would__+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
[issues-new-feat-url]: https://github.com/gregswindle/spring-boot-starter-thymeleaf/issues/new?title=feat%28affected-scope%29%3A+subject-line-with-very-few-words&labels=Priority%3A+Medium%2CStatus%3A+Review+Needed%2CType%3A+Feature&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+__Feature%3A__+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+__EXAMPLE%3A__%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+__behavior+you+expect__+to+see%2C+or+the+behavior+that+__would__+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
[issues-url]: https://github.com/gregswindle/spring-boot-starter-thymeleaf/issues
[issues-new-defect-url]: https://github.com/gregswindle/mvn-spring-boot-thymeleaf-nodejs/issues/new?title=fix%28affected-scope%29%3A+subject-line-with-very-few-words&labels=Priority%3A+Medium%2CStatus%3A+Review+Needed%2CType%3A+Defect&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+__Feature%3A__+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+__EXAMPLE%3A__%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+__behavior+you+expect__+to+see%2C+or+the+behavior+that+__would__+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
[issues-new-feat-url]: https://github.com/gregswindle/mvn-spring-boot-thymeleaf-nodejs/issues/new?title=feat%28affected-scope%29%3A+subject-line-with-very-few-words&labels=Priority%3A+Medium%2CStatus%3A+Review+Needed%2CType%3A+Feature&body=%2A%2A%F0%9F%92%A1+TIP%3A%2A%2A+Select+the+%E2%86%96%EF%B8%8E%E2%8E%BE+Preview+%E2%8F%8B+Tab+above+help+read+these+instructions.%0D%0A%0D%0A%23%23+1.+Issue+type%0D%0A%3E%E2%8C%A6+Type+the+letter+%22x%22+in+the+%22checkbox%22+the+best+describe+this+issue.%0D%0A%0D%0A-+%5Bx%5D+__Feature%3A__+I%27m+requesting+a+product+enhancement.%0D%0A%0D%0A%23%23+2.+User+story+summary%0D%0A%3E%E2%8C%A6+Describe+what+you+want+to+accomplish%2C+in+what+role%2Fcapacity%2C+and+why+it%27s+important+to+you.%0D%0A%0D%0A%3E+__EXAMPLE%3A__%0D%0A%3E+As+a+Applicant%2C%0D%0A%3E+I+want+to+submit+my+resume%0D%0A%3E+In+order+to+be+considered+for+a+job+opening.%0D%0A%0D%0AAs+a+%7Brole%7D%2C%0D%0AI+must%2Fneed%2Fwant%2Fshould+%7Bdo+something%7D%0D%0AIn+order+to+%7Bachieve+value%7D.%0D%0A%0D%0A%23%23+3.+Acceptance+criteria%0D%0A%3E%E2%8C%A6+Replace+the+examples+below+with+your+own+imperative%2C+%22true%2Ffalse%22+statements+for+the+__behavior+you+expect__+to+see%2C+or+the+behavior+that+__would__+be+true+if+there+were+no+errors+%28for+defects%29.%0D%0A%0D%0A-+%5B+%5D+1.+Job+Applicants+receive+a+confirmation+email+after+they+submit+their+resumes.%0D%0A-+%5B+%5D+2.+An+Applicant%27s+resume+information+isn%27t+lost+when+errors+occur.%0D%0A-+%5B+%5D+3.+%7Bcriterion-three%7D%0D%0A-+%5B+%5D+4.+%7Bcriterion-four%7D%0D%0A%0D%0A%3C%21--+%E2%9B%94%EF%B8%8F++Do+not+remove+anything+below+this+comment.+%E2%9B%94%EF%B8%8F++--%3E%0D%0A%5Bicon-info-image%5D%3A+..%2Fdocs%2Fimg%2Ficons8%2Ficon-info-50.png%0D%0A
[issues-url]: https://github.com/gregswindle/mvn-spring-boot-thymeleaf-nodejs/issues
[jest-logo-image]: ./docs/img/logo-jest.png
[jest-url]: https://facebook.github.io/jest/
[license-url]: ./LICENSE
Expand All @@ -1116,7 +1116,7 @@
[product-repo-logo-image]: ./docs/img/logo-commonalaxy.png
[product-repo-url]: .
[stackshare-badge-image]: https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat-square
[stackshare-url]: https://stackshare.io/gregswindle/spring-boot-starter-thymeleaf
[stackshare-url]: https://stackshare.io/gregswindle/mvn-spring-boot-thymeleaf-nodejs
[standard-js-badge-image]: https://cdn.rawgit.com/standard/standard/master/badge.svg
[standard-js-url]: https://github.com/standard/standard
[standard-version-url]: https://github.com/conventional-changelog/standard-version
Expand Down
Loading