README + CONTRIBUTING refer to Build from Source wiki

This commit is contained in:
Rossen Stoyanchev
2017-10-25 11:14:00 -04:00
parent 3c1518f53a
commit 376e5b6b53
2 changed files with 9 additions and 34 deletions

View File

@@ -9,6 +9,7 @@ First off, thank you for taking the time to contribute! :+1: :tada:
* [Discuss](#Discuss)
* [Create a Ticket](#Create-a-Ticket)
* [Submit a Pull Request](#Submit-a-Pull-Request)
* [Build from Source](#Build-from-Source))
* [Source Code Style](#Source-Code-Style)
* [Reference Docs](#Reference-Docs)
@@ -90,6 +91,12 @@ If asked to make corrections, simply push the changes against the same branch, a
pull request will be updated. In other words, you do not need to create a new pull request
when asked to make changes.
### Build from Source
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)
wiki page for instructions on how to check out, build, and import the Spring Framework
source code into your IDE.
### Source Code Style
The wiki page