Skip to content

Commit 11230b4

Browse files
committed
chore: update contributing with link to guidelines + add contributors section
1 parent ebdce57 commit 11230b4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.junie/guidelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ The project consists of several modules:
3939
```bash
4040
./gradlew publishToMavenLocal
4141
```
42+
You may need to disable signing temporarily as it is enforced by default.
4243

4344
## Testing Information
4445

46+
Testing infrastructure is in a relatively ok state, but there are no tests at the moment.
47+
4548
### Running Tests
4649

4750
Tests can be run using the Gradle test task:
@@ -109,7 +112,7 @@ class SimpleTest {
109112

110113
- The project follows Kotlin coding conventions
111114
- Use 4 spaces for indentation
112-
- Maximum line length is 120 characters
115+
- The maximum line length is 120 characters (not fully enforced at the moment)
113116
- Use trailing commas in parameter lists and collection literals that span multiple lines
114117

115118
### Multiplatform Considerations

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,19 @@ For complete examples of how to use the Tolgee SDK, check out the demo projects:
138138
## Contributing
139139

140140
Contributions are welcome! Please feel free to submit a Pull Request.
141+
Check out [HACKING.md](.junie/guidelines.md) for some information about the project internals and information about the workflow.
141142

142143
## License
143144

144145
This project is licensed under the Apache License 2.0—see the [LICENSE](LICENSE) file for details.
145146

147+
## Contributors
148+
149+
<a href="https://github.com/tolgee/tolgee-mobile-kotlin-sdk/graphs/contributors">
150+
<img alt="contributors" src="https://contrib.rocks/image?repo=tolgee/tolgee-mobile-kotlin-sdk"/>
151+
</a>
152+
153+
Let us know what you think! #FeedbackWanted ❤️
154+
146155
----
147156
🧀

0 commit comments

Comments
 (0)