Skip to content

Commit bc4755e

Browse files
committed
minor fix
1 parent 42392df commit bc4755e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ New features may be added carefully when justified, but the core behavior will r
1515

1616
See [this issue](https://github.com/y-bonfire/google-drive-ruby-maintained/issues/7) for background and intent.
1717

18+
## Contributing
19+
20+
We are actively working on improving the library, updating dependencies, and refining the development workflow.
21+
If you'd like to contribute, please check [CONTRIBUTING.md](./CONTRIBUTING.md) for up-to-date contribution guidelines and technical notes (CI, testing, gem build, etc.).
22+
23+
1824
✅ GitHub Actions Integration
1925
We've started testing this library with GitHub Actions:
2026
👉 [CI Workflow Link](https://github.com/y-bonfire/google-drive-ruby-maintained/actions)
@@ -73,10 +79,6 @@ $ sudo gem install google_drive_maintained
7379

7480
Follow one of the options in [Authorization](doc/authorization.md) to construct a session object. The example code below assumes "On behalf of you" option.
7581

76-
### Contributing
77-
78-
[Contributing](CONTRIBUTING.md)
79-
8082
### Example to read/write files in Google Drive
8183

8284
```ruby

0 commit comments

Comments
 (0)