Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.22 KB

CONTRIBUTING.md

File metadata and controls

55 lines (35 loc) · 2.22 KB
sidebar_position
1

Contributing to Telescope

Welcome

We are all eager to work on telescope, and this document will help you to get started!

For community discussions, join our #telescope Slack channel.

Issues

Before creating an issue:

  • Check open issues. Someone else may be working on the same thing!
  • If they are, reach out and try to help.
  • Use our Labels to help others quickly understand what an issue is all about.

Local Environment Setup

Telescope has many parts, and setup requires you to install a number of tools and dependencies. For instructions on how to setup your Telescope environment, please see the Environment Setup documentation. For a discussion of Telescope's design, see our Architecture documentation.

Browser-based Setup using Gitpod

If you are just getting started, we recommend setting up Telescope locally first to familiarize yourself with the workflows of a typical project.

However, you can also start an automated development environment and access it through your browser, please refer to Develop on Gitpod

Workflow in Git and GitHub

We use a number of tools and automated processes to help make it easier for everyone to collaborate on Telescope. This includes things like auto-formatting code, linting, and automated testing. We also use git and GitHub in particular ways.

For more information on working with our tools and our workflows, see our Git Workflow documentation.

Reports

We have a number of automated reports and audits that can be run on the code. These include things like checking accessibility and performance issues in our frontend, and determining test coverage for our automated tests.

For more information on working with these automated reports, see our Reports documentation.

Releases

When doing a release of Telescope, a number of steps must be done. To help our maintainers do this properly, we have tools and information in our Release documentation.