Skip to content

Commit f67d067

Browse files
committed
Initial commit
0 parents  commit f67d067

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# OS2Web Data lookup [![Build Status](https://travis-ci.org/OS2web/os2web_datalookup.svg?branch=8.x)](https://travis-ci.org/OS2web/os2web_datalookup)
2+
## Install
3+
4+
OS2Forms Drupal 8 module is available to download via composer.
5+
```
6+
composer require os2web/os2web_datalookup
7+
drush en os2web_datalookup
8+
```
9+
10+
## Update
11+
Updating process for OS2forms module is similar to usual Drupal 8 module.
12+
Use Composer's built-in command for listing packages that have updates available:
13+
14+
```
15+
composer outdated os2web/os2web_datalookup
16+
```
17+
18+
## Automated testing and code quality
19+
See [OS2Forms testing and CI information](https://github.com/OS2Forms/docs#testing-and-ci)
20+
21+
## Contribution
22+
23+
OS2Forms project is opened for new features and os course bugfixes.
24+
If you have any suggestion or you found a bug in project, you are very welcome
25+
to create an issue in github repository issue tracker.
26+
For issue description there is expected that you will provide clear and
27+
sufficient information about your feature request or bug report.
28+
29+
### Code review policy
30+
See [OS2Forms code review policy](https://github.com/OS2Forms/docs#code-review)
31+
32+
### Git name convention
33+
See [OS2Forms git name convention](https://github.com/OS2Forms/docs#git-guideline)

0 commit comments

Comments
 (0)