Skip to content

Commit

Permalink
added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Klabbers committed Jul 4, 2017
1 parent d24f2ca commit e52c36d
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Ignore all test and documentation with "export-ignore".
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/readme.md export-ignore
/composer.lock export-ignore
/ci.phpunit.xml export-ignore
/dev.phpunit.xml export-ignore

/.github export-ignore
/tests export-ignore
File renamed without changes.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
Feel free to open an issue for questions and for reporting problems with this package.
To make reporting issues easier, attempt to complete the below information. Delete
anything that doesn't apply to your request.
-->

__Description__

..

---

__Actual behavior__

..

__Expected behavior__

..

---
__Information__

- hyn/multi-tenant version:
- laravel version:
- database driver and version:
- webserver software and version:
- php version:

---

__tenancy.php config__

```php

```

__webserver.php config__

```php

```

---

__Error log__

```text
```
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ This will run the required system database migrations.
## Support development

If you like this package and the direction it's taking, please consider becoming a patron at [patreon.com/tenancy](http://patreon.com/tenancy). Pledges start as low as $1 giving access to a private discord server for additional support chat.

## License and contributing

This package is offered under the [MIT license](license.md). In case you're interested at
contributing, make sure to read the [contributing guidelines](.github/CONTRIBUTING.md).

0 comments on commit e52c36d

Please sign in to comment.