Skip to content

Commit

Permalink
Merge branch 'master' into feature/babel-external-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
carloluis committed Apr 19, 2018
2 parents 71e2321 + d8882b3 commit dd8107d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 38 deletions.
30 changes: 16 additions & 14 deletions CONTRIBUTING.md
Expand Up @@ -2,37 +2,39 @@

First off, thank you for considering contributing to this project.

This tool start for solving an obstacle inside a bigger project.
This tool start for solving an obstacle inside a bigger project.
And it is meant to help others in the building app process.

## 1. Set up your environment

Read the documentation on the [readme](README.md).
Please, check the project's [README](README.md).

## 2. Create a Pull Request

If you like to contribute, submit a new *Pull Request*.
I'll get back to you as soon as possible.
> Solving any issue / Working on any improvement or new features.
### New features
Contributions are always welcomed! Submit a _Pull Request_ and I'll get back to you as soon as possible.

Some ideas to work on are:
* remove bootstrap dependency
* add style theme
Some ideas to work on:

You can also see the pull request template [here](docs/pull_request_template.md).
* optimizations
* remove bootstrap dependency
* style themes

## 3. Report a Bug
Please, follow the [pull request template](docs/pull_request_template.md).

## 3. Issues

> Report a bug / Request new feature
Let me know if you found a bug, have some new ideas to include, etc.

See the issue template [here](docs/issue_template.md).
Please, follow the [issue template](docs/issue_template.md).

## Thank you

The maintenance of this project is carried on my freetime.

If you liked the project, don't forget to star it!
Any help from community is appreciated.
If you liked the project, don't forget to drop a star!

Thanks!
Any help is appreciated!
31 changes: 11 additions & 20 deletions docs/issue_template.md
@@ -1,29 +1,20 @@
# Select an issue type
<!-- Please, follow this template for your issue -->

- [ ] bug
- [ ] new feature
<!-- Before creating an issue please make sure you are using the latest version -->

---
## Do you want to request a _feature_ or report a _bug_?

## Bug template
* [ ] feature
* [ ] bug

### Test Case
### What is the current behavior?

#### If the current behavior is a bug, please provide the steps to reproduce

### Steps to reproduce
<!-- Please mention other relevant information such as the browser version, Node.js version, and Operating System. -->

### What is the expected behavior?

### Expected Behavior
#### If this is a feature request, what is motivation or use case for changing the behavior?


### Actual Behavior


### Version


---

## New Feature template

### Description
<!-- Thanks for the time to help improve this module! -->
13 changes: 9 additions & 4 deletions docs/pull_request_template.md
@@ -1,6 +1,11 @@
### Changes proposed on this pull request:
<!-- Thanks for submitting a pull request! -->

-
-
## What kind of change does this PR introduce?

### Fixes # .
<!-- E.g. a bugfix, feature, refactoring, build, etc. -->

<!-- Try to link to an open issue for more information. -->

## Motivation

<!-- E.g. What existing problem does the pull request solve? -->

0 comments on commit dd8107d

Please sign in to comment.