Skip to content

Commit 17ab194

Browse files
committed
Changelog for #565, Contribution guideline updates
1 parent e3edf87 commit 17ab194

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## v0.3.1.16
44

55
- Fixed comment reference to \Fortress\JqueryValidationAdaptor
6+
- CONTRIBUTING.md - Added note about proper Pull Requests
7+
- French language file fixes (#565) (@lcharette)
68

79
## v0.3.1.15
810

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ On Github, Gitter, and Stack Overflow, please keep in mind the following:
3131
- Frontend (Javascript-related) errors: in your browser's Javascript console. This can be accessed from "Tools->Web Developer" menu in Firefox, or "More tools->Javascript Console" in Chrome. For help with other browsers, please Google "where is the javascript console in ____".
3232

3333
You should also try testing your code in a local development environment, to separate **code-related** issues from **server** issues. In general, we recommend that you install a local development server on your computer, rather than [testing your code directly on the production server](https://pbs.twimg.com/media/BxfENwpIYAAcHqQ.png). This means you can test your code directly on your own computer, making development faster and without the risk of exposing sensitive information to the public. We recommend installing [XAMPP](https://www.apachefriends.org) if you don't already have a local server set up.
34+
35+
# Guidelines for Contributing to UserFrosting
36+
37+
## Pull Requests
38+
39+
When making a pull request, set your "base branch" to the latest hotfix branch being worked on. This will allow us to keep track of which version every change belongs to, which is useful when tracking down other users' issues.
40+
41+
## ChangeLog
42+
43+
When submitting code, make sure to add feature/major changes to `README.md` and **all** changes to `CHANGELOG.md`.

0 commit comments

Comments
 (0)