]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix various typo in contribution recommendations
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 21 Apr 2018 20:26:32 +0000 (22:26 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 21 Apr 2018 20:26:32 +0000 (22:26 +0200)
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md
README.md

index 3cb4462a4fe19639ccd421dd02754dfb20be8a75..157cc330bf0caa627680b9f113176718f16c6595 100644 (file)
@@ -2,7 +2,7 @@
 <!---                 Please fill the following template                    -->
 <!---                 Your issue may be ignored otherwise                   -->
 <!--- --------------------------------------------------------------------- -->
-<!---  Only submit here bug or feature requests. For help or questions to   -->
+<!---  Only submit bug or feature requests here. For help or questions to   -->
 <!---  the community, see the forum: https://foundation.zurb.com/forum      -->
 
 ## Expected Behavior
@@ -19,7 +19,7 @@
 <!--- or ideas how to implement the addition or change.                     -->
 
 ## Test Case and/or Steps to Reproduce (for bugs)
-<!--- We highly recommand you to provide a live example of your bug so we   -->
+<!--- We highly recommend you to provide a live example of your bug so we   -->
 <!--- can reproduce it. You can create a test case with the last Foundation -->
 <!--- version by forking https://codepen.io/ncoden/pen/YLzjeq               -->
 Test Case: <!-- https://... -->
@@ -40,7 +40,7 @@ How to reproduce:
 <!--- Include as many relevant details about the context and environment    -->
 <!--- you experienced the bug in. You can also provide logs.                -->
 - Foundation version(s) used:
-- Browser(s) Name and version(s):
+- Browser(s) name and version(s):
 - Operating System and version (desktop or mobile):
 - Link to your project:
 
@@ -49,7 +49,7 @@ How to reproduce:
 <!--- If you're unsure about any of these, don't hesitate to ask.           -->
 - [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document.
 - [ ] This is a bug report or a feature request.
-- [ ] There is no other issues similar to this one.
+- [ ] There are no other issues similar to this one.
 - [ ] The issue title is descriptive.
 - [ ] The template is fully and correctly filled.
 
index f63e999e2648038f2c576d4f6a5ab8d48e38afcc..0436a81c977496e516b86a7e8dac9663e094058a 100644 (file)
 <!--- Go over all the following points, and put an `x` in the boxes.        -->
 <!--- If you're unsure about any of these, don't hesitate to ask.           -->
 - [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document.
-- [ ] There is no other pull request similar to this one.
+- [ ] There are no other pull request similar to this one.
 - [ ] The pull request title is descriptive.
 - [ ] The template is fully and correctly filled.
-- [ ] The pull request target the right branch (`develop` or `support/*`).
-- [ ] My commits are correctly titled and contains all relevant information.
+- [ ] The pull request targets the right branch (`develop` or `support/*`).
+- [ ] My commits are correctly titled and contain all relevant information.
 - [ ] My code follows the code style of this project.
 - [ ] I have updated the documentation accordingly to my changes (if relevant).
 - [ ] I have added tests to cover my changes (if relevant).
index 2ea8211b908afdbb0df10832ef8c80df40a7abb8..17a7a338f9b53e762dd351a208495538f19d0334 100644 (file)
@@ -4,7 +4,7 @@ Although Foundation was built and maintained by ZURB for years, it is today a co
 
 ## Issues
 
-For **bugs**, **features requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](http://foundation.zurb.com/forum) would be more appropriate. If you aren’t sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along.
+For **bugs**, **feature requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](https://foundation.zurb.com/forum) would be more appropriate. If you aren't sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along.
 
 Every participant is expected to follow the project's [Code of Conduct](code-of-conduct.md) so please be courteous and respectful.
 
@@ -20,7 +20,7 @@ Every participant is expected to follow the project's [Code of Conduct](code-of-
 3. **Prepare a test case with your bug** ([link](https://codepen.io/ncoden/pen/YLzjeq)).
    Trying to reproduce a bug is often time-consuming. Please isolate your bug in a dedicated test case. The simpler is the test case, the best it is.
 4. **Create your issue** ([link](https://github.com/zurb/foundation-sites/issues/new)).
-   Please provide a complete description of your bug: What do you expect ? What happends instead ? Which version of Foundation do you use, which ones are affected by the bug ? Keep in mind that someone will spend a lot of time to understand your issue, make the task easy for him/her.
+   Please provide a complete description of your bug: What do you expect? What happends instead? Which version of Foundation do you use, which ones are affected by the bug? Keep in mind that someone will spend a lot of time to understand your issue, make the task easy for him/her.
 
 ### Request for a new feature
 1. **Search for similar opened or closed issues** ([link](https://github.com/zurb/foundation-sites/issues?utf8=%E2%9C%93&q=is%3Aissue)).
@@ -29,7 +29,7 @@ Every participant is expected to follow the project's [Code of Conduct](code-of-
    * [x] There is no [opened or closed issues](https://github.com/zurb/foundation-sites/issues?utf8=%E2%9C%93&q=is%3Aissue) similar to your request
    * [x] This is a missing feature and not a bug
 3. **Prepare a clear use case for the requested feature**.
-   This will help you to make sure that this is the feature you want, and us to better understand your needs and how it would benefits to everyone the best way.
+   This will help you to make sure that this is the feature you want, and us to better understand your needs and how it would benefit to everyone the best way.
 4. **Create your issue** ([link](https://github.com/zurb/foundation-sites/issues/new)).
    Please provide a complete description of the feature you want, the use case you prepared will help you for that. After you created your issue, if you feel ready, you can start working on a pull request (please tell us so). See [Contributions](#contributions) below.
 
@@ -46,10 +46,10 @@ Before working on a bug fix or a new feature, please make sure of the following:
 After you made these checks, please follow these advices to create your pull requests:
 1. **Work on a dedicated Git branch**.
    So you default `develop` branch stay clean and you can open multiple Pull Requests at the same time for various issues. See (2) below for the branch name format.
-2. **Use our standard format for branch, commits and pull request names**.
-   It must reference the related issue, be written in the "imperative" form (like if it was completing `now the software should...`) and be prefixed by a type (`feat` for new feature, `fix` if you repair something, `docs` documentation, `refactor` for non-breaking code cleaning, `style` for code formatting, `tests` for units or visual tests or `chore` for boring day-to-day tasks not affecting the actual code. See the [AngularJs Git Commit Message Convention](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)). For example: `docs: improve Dropdown usage example #123` for commit/pull request names and `docs/dropdown-improve-usage-example-123` for the branch name.
-3. **Describe everything you did and why in your commits and pull request body**.
-   Even if you already mentionned it in the related issue, please explains what you did and for which reasons. Give references to related issues, comments, test cases or any useful ressources.
+2. **Use our standard format for branch, commit and pull request names**.
+   It must reference the related issue, be written in the "imperative" form (like if it was completing `now the software should...`) and be prefixed by a type (`feat` for new feature, `fix` if you repair something, `docs` for documentation, `refactor` for non-breaking code cleaning, `style` for code formatting, `tests` for units or visual tests or `chore` for boring day-to-day tasks not affecting the actual code. See the [AngularJs Git Commit Message Convention](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)). For example: `docs: improve Dropdown usage example #123` for commit/pull request names and `docs/dropdown-improve-usage-example-123` for the branch name.
+3. **Describe everything you did and why in your commit and pull request body**.
+   Even if you already mentionned it in the related issue, please explain what you did and for which reasons. Give references to related issues, comments, test cases or any useful resources.
 4. **Provide a clear and readable code**.
    Make sure that the code you changed is consistent across components and that anyone can easily understand its behavior. Split it in abstract functions, avoid code duplication and add comments when needed. You can open a "work-in-progress" pull request (prefix it with "[WIP]") if you need any help with that.
 5. **Make sure that everything works and tests pass**.
@@ -61,7 +61,7 @@ When you submit a pull request, @mention a few people you’d like to help you r
 
 ## Git Workflow
 
-Foundation uses a git workflow close to the the successful [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/) branching model, to which we added "support" branches to be able to release patches for older Foundation versions. Most of the time you will not have to care about this workflow and can simply open your pull request on `develop`.
+Foundation uses a Git workflow close to the the successful [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/) branching model, to which we added "support" branches to be able to release patches for older Foundation versions. Most of the time you will not have to care about this workflow and can simply open your pull request on `develop`.
 
 The workflow relies on three branches:
 
@@ -85,7 +85,7 @@ If you aren't sure how a feature should be implemented, we recommend checking ou
 
 ## Core Team
 
-Want to help us making Foundation the best framework ever? The Core Team is inviting active community members join it. If you want to become a contributor, engage the community on the Foundation Forum, help us close issues on GitHub, and review pull requests from other contributors.
+Want to help us making Foundation the best framework ever? The Core Team is inviting active community members to join it. If you want to become a contributor, engage the community on the Foundation Forum, help us close issues on GitHub, and review pull requests from other contributors.
 
 If you’ve made substantial contributions to a Foundation framework and haven’t heard from us yet, you can reach out at foundation@zurb.com.
 
index 309d561fc09ef104d619308a24bd81a4ce006393..a71f947208db99d7491ec53904327d62d16c84ca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,6 +69,6 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) to see how to report an issue or su
 
 ## Training
 
-Want the guided tour to Foundation from the team that built it? The ZURB team offers comprehensive training courses for developers of all skill levels. If you're new to Foundation, check out the [Introduction to Foundation Course](http://zurb.com/university/foundation-intro?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to kickstart your skills, amplify your productivity, and get a comprehensive overview of everything Foundation has to offer. More Advanced users should check out the [Advanced Foundation Course](http://zurb.com/university/advanced-foundation-training?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to learn the Advanced skills that ZURB uses to deliver quality client work in short timeframes.
+Want the guided tour to Foundation from the team that built it? The ZURB team offers comprehensive training courses for developers of all skill levels. If you're new to Foundation, check out the [Introduction to Foundation Course](http://zurb.com/university/foundation-intro?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to kickstart your skills, amplify your productivity, and get a comprehensive overview of everything Foundation has to offer. More advanced users should check out the [Advanced Foundation Course](http://zurb.com/university/advanced-foundation-training?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to learn the Advanced skills that ZURB uses to deliver quality client work in short timeframes.
 
 Copyright (c) 2018 ZURB, Inc.