Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
74b704b4
Commit
74b704b4
authored
Dec 12, 2020
by
izeye
Committed by
Stephane Nicoll
Dec 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note for SPRING_PROFILES_ACTIVE in contributing guide
See gh-24478
parent
f4ce82de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+3
-1
No files found.
CONTRIBUTING.adoc
View file @
74b704b4
...
@@ -67,7 +67,9 @@ added after the original pull request but before a merge.
...
@@ -67,7 +67,9 @@ added after the original pull request but before a merge.
* Add some Javadocs.
* Add some Javadocs.
* A few unit tests would help a lot as well -- someone has to do it.
* A few unit tests would help a lot as well -- someone has to do it.
* Verification tasks, including tests and Checkstyle, can be executed
* Verification tasks, including tests and Checkstyle, can be executed
by running `./gradlew check` from the project root.
by running `./gradlew check` from the project root. Note that `SPRING_PROFILES_ACTIVE`
environment variable might affect the result of tests, so in that case, you can prevent
it by running `unset SPRING_PROFILES_ACTIVE` before running the task.
* If no-one else is using your branch, please rebase it against the current master (or
* If no-one else is using your branch, please rebase it against the current master (or
other target branch in the main project).
other target branch in the main project).
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment