Parcourir la source

Fix typos in CONTRIBUTING.md (#12523)

tags/7.7.43
Patrik Lindström il y a 3 semaines
Parent
révision
752db07365
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      CONTRIBUTING.md

+ 3
- 3
CONTRIBUTING.md Voir le fichier



To make contributions you should create a fork of the Vaadin repository and check out the sources to your development environment. If you are not familiar with Git and GitHub, you can refer to [GitHub's forking guide](https://guides.github.com/activities/forking/). To make contributions you should create a fork of the Vaadin repository and check out the sources to your development environment. If you are not familiar with Git and GitHub, you can refer to [GitHub's forking guide](https://guides.github.com/activities/forking/).


We encourige to develop all features in separate branches. This way you can have one feature per pull request.
We encourage to develop all features in separate branches. This way you can have one feature per pull request.


https://robots.thoughtbot.com/keeping-a-github-fork-updated has instructions on how to keep your local fork up to date. https://robots.thoughtbot.com/keeping-a-github-fork-updated has instructions on how to keep your local fork up to date.




### Describe the user impact & describe what was done to solve the problem: ### Describe the user impact & describe what was done to solve the problem:


This change introduces a separate icon font for valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account.
This change introduces a separate icon font for Valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account.


This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false




## Source code auto-formatting ## Source code auto-formatting


Before submitting changes to Github, run the command `mvn process-sources` from project's root. This maven goal automatically formats source code according to Vaadin standards. The same goal is run automatically if you invoke `mvn install` or `mvn compile`.
Before submitting changes to Github, run the command `mvn process-sources` from project's root. This Maven goal automatically formats source code according to Vaadin standards. The same goal is run automatically if you invoke `mvn install` or `mvn compile`.


## Creating a pull request in GitHub ## Creating a pull request in GitHub



Chargement…
Annuler
Enregistrer