Repository: yetus Updated Branches: refs/heads/master da6e19831 -> 91b6a3ce5
YETUS-394 Correcting typos to website.md and contribute.html.md Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/91b6a3ce Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/91b6a3ce Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/91b6a3ce Branch: refs/heads/master Commit: 91b6a3ce57c97f354885ce9f71521800ef8a6194 Parents: da6e198 Author: Aldrin Piri <[email protected]> Authored: Wed May 11 09:21:34 2016 -0700 Committer: Sean Busbey <[email protected]> Committed: Wed May 11 14:07:30 2016 -0700 ---------------------------------------------------------------------- asf-site-src/source/contribute.html.md | 4 ++-- asf-site-src/source/contribute/website.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/91b6a3ce/asf-site-src/source/contribute.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/contribute.html.md b/asf-site-src/source/contribute.html.md index ecd8689..8f1633f 100644 --- a/asf-site-src/source/contribute.html.md +++ b/asf-site-src/source/contribute.html.md @@ -33,9 +33,9 @@ Here are some instructions on how to generate patches: * Ensure that you have all of your change as 1 commit which has the correct commit message - something like `YETUS-1. Update shellcheck plug-in to support bats files` * Then run a command like: `git format-patch HEAD^..HEAD --stdout > YETUS-1.00.patch` - * Upload the YETUS-1.00.patch file to the aformenentioned JIRA + * Upload the YETUS-1.00.patch file to the aforementioned JIRA -The naming of the patch should be in (JIRA).(patch number).patch or, if it needs to apply to a specific branch, (JIRA).(branch name).(patch number).patch format. For example, YETUS-9.00.patch, YETUS-500.02.patch, or YETUS-23.cmake.11.patch. This way, if you need to upload another version of the patch, you should keep the file name the same and JIRA will sort them according to date/time if multiple files have the same name. This feature is also useful to traceback the history of a patch and roll-back to an earlier version if needed. +The naming of the patch should be in (JIRA).(patch number).patch or, if it needs to apply to a specific branch, (JIRA).(branch name).(patch number).patch format. For example, YETUS-9.00.patch, YETUS-500.02.patch, or YETUS-23.cmake.11.patch. This way, if you need to upload another version of the patch, you should keep the file name the same and JIRA will sort them according to date/time if multiple files have the same name. This feature is also useful to traceback the history of a patch and roll-back to an earlier version if needed. ## Task Specific Guidance http://git-wip-us.apache.org/repos/asf/yetus/blob/91b6a3ce/asf-site-src/source/contribute/website.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/contribute/website.md b/asf-site-src/source/contribute/website.md index 65c0167..1076d2d 100644 --- a/asf-site-src/source/contribute/website.md +++ b/asf-site-src/source/contribute/website.md @@ -59,7 +59,7 @@ cd - ``` ## Generating the website -To generate the static wesbite for Apache Yetus run the following commands at the root asf-site-src directory: +To generate the static website for Apache Yetus run the following commands at the root asf-site-src directory: ```bash bundle exec middleman build
