Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.29 KB

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 2.29 KB

Contributing

Thanks for your interest in contributing to Learning TypeScript's site! 💖

⚠ Note: this repository is specifically for the website on learningtypescript.com. It pulls project content from github.com/LearningTypeScript/projects. To report an issue with a project, user the projects issue tracker.

This project contains a Contributor Covenant code of conduct all contributors are expected to follow.

See DEVELOPMENT.md for local development instructions.

Reporting Issues

Please do report an issue on the issue tracker if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.

Sending Contributions

Sending your own changes as contribution is always appreciated! There are two steps involved:

  1. Finding an Issue
  2. Sending a Pull Request

Finding an Issue

With the exception of very small typos, all changes to this repository generally need to correspond to an open issue marked as accepting prs on the issue tracker. If this is your first time contributing, consider searching for issues that also have the good first issue label. If the issue you'd like to fix isn't found on the issue, see Reporting Issues for filing your own (please do!).

Sending a Pull Request

Once you've identified an open issue accepting PRs that doesn't yet have a PR sent, you're free to send a pull request. Be sure to fill out the pull request template's requested information -- otherwise your PR will likely be closed.

Please try not to force-push commits to PRs that have already been reviewed. Doing so makes it harder to review the changes. We squash merge all commits so there's no need to try to preserve Git history within a PR branch.