Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 32c5605

Browse files
authored
moved section Contributing to own file
1 parent 573a84a commit 32c5605

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -349,26 +349,7 @@ Short overview of features, which are supported:
349349

350350
# Contribute
351351

352-
We are glad to see your pull requests.
353-
354-
We use Travis as our continous integration build. Because of Travis security reasons on a Pull Request only JUnit tests run.
355-
The integration tests need a valid AIRTABLE_API_KEY which travis doesent provide on PR's from forked reposiorys.
356-
However the integration tests you wrote will run after the PR is confirmed and merged.
357-
358-
## Current status
359-
360-
The current status of our project is maintained on our agile board:
361-
[Kanban Board of airtable.java](https://github.com/Sybit-Education/airtable.java/projects/1)
362-
363-
## Compiling project
364-
365-
airtable.jave is developed and compiled using Java 8.
366-
367-
368-
We use [Gradle](https://gradle.org) to compile and package project:
369-
370-
+ for tests run: `./gradlew clean test`
371-
+ build jar: `./gradlew jar` (The built JARs will be placed under `build/libs`.)
352+
see: [CONTRIBUTING.md](./CONTRIBUTING.md)
372353

373354
## Testing
374355

0 commit comments

Comments
 (0)