Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ojullien committed Feb 20, 2019
1 parent 6c1663c commit 786a018
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
desktop.ini
.sass-cache/
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contributing

Thanks you for taking the time to contribute! Please fork the repository and make changes as you'd like.

As we use these scripts for our own projects, it contains only the features we need. But, we want to make contributing to this project as easy and transparent as possible, whether it's:
Expand All @@ -10,9 +11,11 @@ As we use these scripts for our own projects, it contains only the features we n
- Becoming a maintainer

## We develop with GitHub

We use github to host code, to track issues and feature requests, as well as accept pull requests.

## If you have any ideas

Pull requests are the best way to propose changes to the codebase. There are warmly welcome.

1. Fork the repo and create your branch from `master`.
Expand All @@ -23,7 +26,8 @@ Pull requests are the best way to propose changes to the codebase. There are war
6. Issue that pull request!

## Bug and fix
If you encounter any **bugs**, please open an [issue](https://github.com/pbraiders/fr-FR/issues/new).

If you encounter any **bugs**, please open an [issue](https://github.com/pbraiders/static.fr_FR/issues/new).

**Great Bug Reports** tend to have:

Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# fr-FR
French version of the static website
# static.fr_FR

French version of the PBRaiders static website.

## Table of Contents

[Contributing](#contributing) | [License](#license)

## Contributing

Thanks you for taking the time to contribute. Please fork the repository and make changes as you'd like.

If you have any ideas, just open an [issue](https://github.com/pbraiders/static.fr_FR/issues) and tell me what you think. Pull requests are also warmly welcome.

If you encounter any **bugs** in the configuration or templates, please open an [issue](https://github.com/pbraiders/static.fr_FR/issues).

Be sure to include a title and clear description,as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

## License

The **French version of the PBRaiders static website** is open-source and are licensed under the [GNU General Public License v3.0 License](https://github.com/pbraiders/static.fr_FR/blob/master/LICENSE).

0 comments on commit 786a018

Please sign in to comment.