This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
79 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
/app/config/parameters.yml | ||
/app/logs/* | ||
!app/logs/.gitkeep | ||
/app/phpunit.xml | ||
/phpunit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. This project | ||
[keeps a CHANGELOG](http://keepachangelog.com/) and adheres to | ||
[Semantic Versioning](http://semver.org/). | ||
|
||
|
||
## [UNREALEASED] 2016- | ||
|
||
### Added | ||
|
||
* ... | ||
|
||
|
||
## [0.1.0] - 2016-05-02 | ||
|
||
### Added | ||
|
||
* Initial repository structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Contribution Guidelines | ||
|
||
You are most welcome to suggest improvements, or send a pull | ||
requests. In case you find an issue, please report an | ||
[issue](https://github.com/wwphp-fb/stats/issues) | ||
|
||
* Fork this repository over GitHub | ||
* Set up your local repository | ||
|
||
```bash | ||
$ git clone [email protected]:your_username/stats | ||
$ cd stats | ||
$ git remote add upstream git://github.com/wwphp-fb/stats | ||
$ git config branch.master.remote upstream | ||
``` | ||
* Make changes and send pull request | ||
|
||
```bash | ||
$ git add . | ||
$ git commit -m "Fix bug" | ||
$ git push origin | ||
``` | ||
|
||
|
||
## Release Process | ||
|
||
*(For repository maintainers)* | ||
|
||
This repository follows [semantic versioning](http://semver.org). When source | ||
code changes or new features are implemented, a new version (e.g. `1.x.y`) is | ||
released by the following release process: | ||
|
||
|
||
* **1. Update Changelog:** | ||
|
||
Create an entry in [CHANGELOG.md](CHANGELOG.md) describing all the notable | ||
changes from previous release. | ||
|
||
* **2. Tag new release:** | ||
|
||
Tag a new version on [GitHub](https://github.com/wwphp-fb/stats/releases) with | ||
description of notable changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters