oasisfeng / island

Island for Android
https://play.google.com/store/apps/details?id=com.oasisfeng.island
Apache License 2.0
2.71k stars 203 forks source link

Islan #531

Open Kmalamer opened 5 months ago

Kmalamer commented 5 months ago

layout: default

Contributing to Open Source Guides

Thanks for checking out the Open Source Guides! We're excited to hear and learn from you. Your experiences will benefit others who read and use these guides.

We've put together the following guidelines to help you figure out where you can best be helpful.

Table of Contents

  1. Types of contributions we're looking for
  2. Ground rules & expectations
  3. How to contribute
  4. Style guide
  5. Setting up your environment
  6. Community

Types of contributions we're looking for

There are many ways you can directly contribute to the guides (in descending order of need):

Interested in contributing to this Open Source Guide? Read on!

Ground rules & expectations

Before we get started, here are a few things we expect from you (and that you should expect from others):

How to contribute

If you'd like to contribute, start by searching through the pull requests to see whether someone else has raised a similar idea or question.

If you don't see your idea listed, and you think it fits into the goals of this guide, open a pull request.

Style guide

If you're writing content, see the style guide to help your prose match the rest of the guides.

Setting up your environment

This site is powered by Jekyll. Running it on your local machine requires a working Ruby installation with Bundler along with npm.

Once you have that set up:

  1. Grant execution permissions to the scripts:
chmod +x script/bootstrap
chmod +x script/server
  1. Execute the scripts:
./script/bootstrap
./script/server

…and open http://localhost:4000 in your web browser.

Community

Discussions about the Open Source Guides take place on this repository's Issues and Pull Requests sections. Anybody is welcome to join these conversations.

Wherever possible, do not take these conversations to private channels, including contacting the maintainers directly. Keeping communication public means everybody can benefit and learn from the conversation.