Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Galimberti <me@mirkogalimberti.com>
  • Loading branch information
Julian-O and misl6 authored Dec 14, 2023
1 parent f42b252 commit ac63dac
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
issue-comment: >
👋 We use the issue tracker exclusively for bug reports and feature requests.
However, this issue appears to be a support request. Please use our
[support channels](https://github.com/kivy/kivy/blob/master/README.md#support)
[support channels](https://github.com/kivy/pyjnius/blob/master/CONTACT.md)
to get help with the project.
For troubleshooting advice and other frequently asked questions, consult
Expand Down
10 changes: 4 additions & 6 deletions CONTACT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Contacting the Kivy Team

Are you having trouble using the Kivy framework, or any of its related projects?
Is there an error you don’t understand? Are you trying to figure out how to use
it? We have volunteers who can help!

The best channels to contact us for support are listed in the latest
[Contact Us](https://github.com/kivy/kivy/blob/master/CONTACT.md) document.
If you are looking to contact the Kivy Team (who are responsible for managing
the kivy-ios project), including looking for support, please see our
latest [Contact Us](https://github.com/kivy/kivy/blob/master/CONTACT.md)
document.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Contribution Guidelines

Kivy is a large product used by many thousands of developers for free, but it
kivy-ios is part of the [Kivy](https://kivy.org) ecosystem - a large group of
products used by many thousands of developers for free, but it
is built entirely by the contributions of volunteers. We welcome (and rely on)
users who want to give back to the community by contributing to the project.

Contributions can come in many forms. See the latest
[Kivy Contribution Guidelines](https://github.com/kivy/kivy/blob/master/CONTRIBUTING.md)
[Contribution Guidelines](https://github.com/kivy/kivy/blob/master/CONTRIBUTING.md)
for how you can help us.


14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and manage the creation of [Xcode](https://developer.apple.com/xcode/) projects.
The toolchain supports:

- iPhone / iOS (arm64)
- iPhone Simulator (x86_64)
- iPhone Simulator (x86_64, arm64)

We do not provide any binary distributions of this toolchain.
You do need to compile it at least once before creating your Xcode project.
Expand Down Expand Up @@ -121,7 +121,7 @@ You can think of it as follows: the kivy recipe will compile everything
necessary for a minimal working version of Kivy.

Don't just grab a coffee; do dinner. Compiling all the libraries for the first
time, twice over (Remember: two architectures - x86_64, arm64) will take time.
time, twice over (Remember: two platforms - iOS, iPhoneSimulator) will take time.

For a complete list of available commands, type:

Expand Down Expand Up @@ -265,21 +265,23 @@ community and is supported by many projects managed by the

## Support

Are you having trouble using the Kivy framework, or any of its related projects?
Are you having trouble using kivy-ios or any of its related projects in the Kivy
ecosystem?
Is there an error you don’t understand? Are you trying to figure out how to use
it? We have volunteers who can help!

The best channels to contact us for support are listed in the latest
[Contact Us](https://github.com/kivy/kivy/blob/master/CONTACT.md) document.
[Contact Us](https://github.com/kivy/kivy-ios/blob/master/CONTACT.md) document.

## Contributing

Kivy is a large product used by many thousands of developers for free, but it
kivy-ios is part of the [Kivy](https://kivy.org) ecosystem - a large group of
products used by many thousands of developers for free, but it
is built entirely by the contributions of volunteers. We welcome (and rely on)
users who want to give back to the community by contributing to the project.

Contributions can come in many forms. See the latest
[Kivy Contribution Guidelines](https://github.com/kivy/kivy/blob/master/CONTRIBUTING.md)
[Contribution Guidelines](https://github.com/kivy/kivy-ios/blob/master/CONTRIBUTING.md)
for how you can help us.

## Code of Conduct
Expand Down

0 comments on commit ac63dac

Please sign in to comment.