Skip to content
Baani Leen Kaur edited this page Apr 25, 2018 · 11 revisions

Mission

Systers is an international community for all women involved in the technical aspects of computing. We welcome the participation of women technologists of all ages and at any stage of their studies or careers.

We engage our community by contributing to open source, collaborating with the global community, and learning/enhancing our coding skills. We are committed to providing a safe, positive online community for our many volunteers that offer their skills, time, and commitment to our projects.

In order to engage with the community, you can sign up on Systers Open Source Slack.

Code of Conduct

A primary goal of Systers is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).

See the full Code of Conduct and the Reporting Guidelines.

systers.github.io

This is the main github webpage for Systers. It contains information about our various open source projects, the programs we participate in (as well as their historical data), information about how to contribute, and general information about how to contact us.

Setup for Developers

  1. Make sure you have downloaded the installed node.
  2. Go to the project repo and fork it by clicking "Fork"
  3. If you are working on Windows, download Git Bash for Windows to get a full Unix bash with Git functionality.
  4. Clone the forked repo to your desktop git clone https://github.com/YOUR_USERNAME/systers.github.io.git
  5. Initialize Git. git init
  6. cd systers.github.io
  7. npm install
  8. npm start
  9. Open http://localhost:8050 in your browser. You should see a current version of the website and can start contributing!

Getting Started

  • You can subscribe to our Systers Open Source Mailing list and shoot an introductory email.
  • You can join our slack channel and navigate to #gh-pages channel.
  • You can start by solving the Newcomer Issues.
  • Contribution Guidelines ** Please follow the guidelines given in the Systers Open Source Workflow for contributing to Systers. ** Pick an open issue from the existing issue list, claim it in the comments, after getting the issue assigned by a maintainer, start working on it according to the Systers Open Source Workflow. ** Before you create a new issue, please go through our issue list and ensure that the issue you are reporting has not been already reported.

Remix on Glitch