-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a0ccdf4
Showing
34 changed files
with
3,545 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>", | ||
"commit": false, | ||
"commitConvention": "angular", | ||
"commitType": "docs", | ||
"contributors": [], | ||
"contributorsPerLine": 7, | ||
"contributorsSortAlphabetically": true, | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"projectName": "monkey-language-ts", | ||
"projectOwner": "AnsonH", | ||
"repoHost": "https://github.com", | ||
"repoType": "github" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
We as members, contributors, and leaders pledge to make participation in our | ||
community a harassment-free experience for everyone, regardless of age, body | ||
size, visible or invisible disability, ethnicity, sex characteristics, gender | ||
identity and expression, level of experience, education, socio-economic status, | ||
nationality, personal appearance, race, caste, color, religion, or sexual | ||
identity and orientation. | ||
|
||
We pledge to act and interact in ways that contribute to an open, welcoming, | ||
diverse, inclusive, and healthy community. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to a positive environment for our | ||
community include: | ||
|
||
- Demonstrating empathy and kindness toward other people | ||
- Being respectful of differing opinions, viewpoints, and experiences | ||
- Giving and gracefully accepting constructive feedback | ||
- Accepting responsibility and apologizing to those affected by our mistakes, | ||
and learning from the experience | ||
- Focusing on what is best not just for us as individuals, but for the overall | ||
community | ||
|
||
Examples of unacceptable behavior include: | ||
|
||
- The use of sexualized language or imagery, and sexual attention or advances of | ||
any kind | ||
- Trolling, insulting or derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or email address, | ||
without their explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Enforcement Responsibilities | ||
|
||
Community leaders are responsible for clarifying and enforcing our standards of | ||
acceptable behavior and will take appropriate and fair corrective action in | ||
response to any behavior that they deem inappropriate, threatening, offensive, | ||
or harmful. | ||
|
||
Community leaders have the right and responsibility to remove, edit, or reject | ||
comments, commits, code, wiki edits, issues, and other contributions that are | ||
not aligned to this Code of Conduct, and will communicate reasons for moderation | ||
decisions when appropriate. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies within all community spaces, and also applies when | ||
an individual is officially representing the community in public spaces. | ||
Examples of representing our community include using an official e-mail address, | ||
posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at | ||
ansonheung2000@gmail.com. | ||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
reporter of any incident. | ||
|
||
## Enforcement Guidelines | ||
|
||
Community leaders will follow these Community Impact Guidelines in determining | ||
the consequences for any action they deem in violation of this Code of Conduct: | ||
|
||
### 1. Correction | ||
|
||
**Community Impact**: Use of inappropriate language or other behavior deemed | ||
unprofessional or unwelcome in the community. | ||
|
||
**Consequence**: A private, written warning from community leaders, providing | ||
clarity around the nature of the violation and an explanation of why the | ||
behavior was inappropriate. A public apology may be requested. | ||
|
||
### 2. Warning | ||
|
||
**Community Impact**: A violation through a single incident or series of | ||
actions. | ||
|
||
**Consequence**: A warning with consequences for continued behavior. No | ||
interaction with the people involved, including unsolicited interaction with | ||
those enforcing the Code of Conduct, for a specified period of time. This | ||
includes avoiding interactions in community spaces as well as external channels | ||
like social media. Violating these terms may lead to a temporary or permanent | ||
ban. | ||
|
||
### 3. Temporary Ban | ||
|
||
**Community Impact**: A serious violation of community standards, including | ||
sustained inappropriate behavior. | ||
|
||
**Consequence**: A temporary ban from any sort of interaction or public | ||
communication with the community for a specified period of time. No public or | ||
private interaction with the people involved, including unsolicited interaction | ||
with those enforcing the Code of Conduct, is allowed during this period. | ||
Violating these terms may lead to a permanent ban. | ||
|
||
### 4. Permanent Ban | ||
|
||
**Community Impact**: Demonstrating a pattern of violation of community | ||
standards, including sustained inappropriate behavior, harassment of an | ||
individual, or aggression toward or disparagement of classes of individuals. | ||
|
||
**Consequence**: A permanent ban from any sort of public interaction within the | ||
community. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], | ||
version 2.1, available at | ||
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. | ||
|
||
Community Impact Guidelines were inspired by | ||
[Mozilla's code of conduct enforcement ladder][mozilla coc]. | ||
|
||
For answers to common questions about this code of conduct, see the FAQ at | ||
[https://www.contributor-covenant.org/faq][faq]. Translations are available at | ||
[https://www.contributor-covenant.org/translations][translations]. | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html | ||
[mozilla coc]: https://github.com/mozilla/diversity | ||
[faq]: https://www.contributor-covenant.org/faq | ||
[translations]: https://www.contributor-covenant.org/translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
# Contributing | ||
|
||
Thanks for your interest in contributing to `monkey-language-ts`! 💖 | ||
|
||
> After this page, see [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions. | ||
## Code of Conduct | ||
|
||
This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT.md) all contributors are expected to follow. | ||
|
||
## Reporting Issues | ||
|
||
Please do [report an issue on the issue tracker](https://github.com/AnsonH/monkey-language-ts/issues/new/choose) 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](#finding-an-issue) | ||
2. [Sending a Pull Request](#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 [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/AnsonH/monkey-language-ts/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). | ||
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/AnsonH/monkey-language-ts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+). | ||
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!). | ||
|
||
#### Issue Claiming | ||
|
||
We don't use any kind of issue claiming system. | ||
We've found in the past that they result in accidental ["licked cookie"](https://devblogs.microsoft.com/oldnewthing/20091201-00/?p=15843) situations where contributors claim an issue but run out of time or energy trying before sending a PR. | ||
|
||
If an unassigned issue has been marked as `status: accepting prs` and an open PR does not exist, feel free to send a PR. | ||
Please don't post comments asking for permission or stating you will work on an issue. | ||
|
||
### 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. | ||
|
||
PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0). | ||
Only PR titles need to be in that format, not individual commits. | ||
Don't worry if you get this wrong: you can always change the PR title after sending it. | ||
Check [previously merged PRs](https://github.com/AnsonH/monkey-language-ts/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference. | ||
|
||
#### Draft PRs | ||
|
||
If you don't think your PR is ready for review, [set it as a draft](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft). | ||
Draft PRs won't be reviewed. | ||
|
||
#### Granular PRs | ||
|
||
Please keep pull requests single-purpose: in other words, don't attempt to solve multiple unrelated problems in one pull request. | ||
Send one PR per area of concern. | ||
Multi-purpose pull requests are harder and slower to review, block all changes from being merged until the whole pull request is reviewed, and are difficult to name well with semantic PR titles. | ||
|
||
#### Pull Request Reviews | ||
|
||
When a PR is not in draft, it's considered ready for review. | ||
Please don't manually `@` tag anybody to request review. | ||
A maintainer will look at it when they're next able to. | ||
|
||
PRs should have passing [GitHub status checks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks) before review is requested (unless there are explicit questions asked in the PR about any failures). | ||
|
||
#### Asking Questions | ||
|
||
If you need help and/or have a question, posting a comment in the PR is a great way to do so. | ||
There's no need to tag anybody individually. | ||
One of us will drop by and help when we can. | ||
|
||
Please post comments as [line comments](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request#adding-line-comments-to-a-pull-request) when possible, so that they can be threaded. | ||
You can [resolve conversations](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request#resolving-conversations) on your own when you feel they're resolved - no need to comment explicitly and/or wait for a maintainer. | ||
|
||
#### Requested Changes | ||
|
||
After a maintainer reviews your PR, they may request changes on it. | ||
Once you've made those changes, [re-request review on GitHub](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews#re-requesting-a-review). | ||
|
||
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. | ||
|
||
Once you've addressed all our feedback by making code changes and/or started a followup discussion, [re-request review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews#re-requesting-a-review) from each maintainer whose feedback you addressed. | ||
|
||
Once all feedback is addressed and the PR is approved, we'll ensure the branch is up to date with `main` and merge it for you. | ||
|
||
#### Post-Merge Recognition | ||
|
||
Once your PR is merged, if you haven't yet been added to the [_Contributors_ table in the README.md](../README.md#contributors) for its [type of contribution](https://allcontributors.org/docs/en/emoji-key "Allcontributors emoji key"), you should be soon. | ||
Please do ping the maintainer who merged your PR if that doesn't happen within 24 hours - it was likely an oversight on our end! | ||
|
||
## Emojis & Appreciation | ||
|
||
If you made it all the way to the end, bravo dear user, we love you. | ||
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible. | ||
💖 is a good starter if you're not sure which to use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Development | ||
|
||
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): | ||
|
||
```shell | ||
git clone https://github.com/ < your-name-here > /monkey-language-ts | ||
cd monkey-language-ts | ||
pnpm install | ||
``` | ||
|
||
> This repository includes a list of suggested VS Code extensions. | ||
> It's a good idea to use [VS Code](https://code.visualstudio.com) and accept its suggestion to install them, as they'll help with development. | ||
## Building | ||
|
||
Run [**tsup**](https://tsup.egoist.dev) locally to build source files from `src/` into output files in `lib/`: | ||
|
||
```shell | ||
pnpm build | ||
``` | ||
|
||
Add `--watch` to run the builder in a watch mode that continuously cleans and recreates `lib/` as you save files: | ||
|
||
```shell | ||
pnpm build --watch | ||
``` | ||
|
||
## Formatting | ||
|
||
[Prettier](https://prettier.io) is used to format code. | ||
It should be applied automatically when you save files in VS Code or make a Git commit. | ||
|
||
To manually reformat all files, you can run: | ||
|
||
```shell | ||
pnpm format --write | ||
``` | ||
|
||
## Linting | ||
|
||
[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io)) to lint JavaScript and TypeScript source files. | ||
You can run it locally on the command-line: | ||
|
||
```shell | ||
pnpm run lint | ||
``` | ||
|
||
ESLint can be run with `--fix` to auto-fix some lint rule complaints: | ||
|
||
```shell | ||
pnpm run lint --fix | ||
``` | ||
|
||
Note that you'll likely need to run `pnpm build` before `pnpm lint` so that lint rules which check the file system can pick up on any built files. | ||
|
||
## Type Checking | ||
|
||
You should be able to see suggestions from [TypeScript](https://typescriptlang.org) in your editor for all open files. | ||
|
||
However, it can be useful to run the TypeScript command-line (`tsc`) to type check all files in `src/`: | ||
|
||
```shell | ||
pnpm tsc | ||
``` | ||
|
||
Add `--watch` to keep the type checker running in a watch mode that updates the display as you save files: | ||
|
||
```shell | ||
pnpm tsc --watch | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 --> | ||
<!-- 👉 https://github.com/AnsonH/monkey-language-ts/issues/new/choose 👈 --> | ||
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** --> | ||
|
||
<!-- This blank issue template is only for issues that don't fit any of the templates. --> | ||
|
||
## Overview | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
body: | ||
- attributes: | ||
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you! | ||
label: Bug Report Checklist | ||
options: | ||
- label: I have tried restarting my IDE and the issue persists. | ||
required: true | ||
- label: I have pulled the latest `main` branch of the repository. | ||
required: true | ||
- label: I have [searched for related issues](https://github.com/AnsonH/monkey-language-ts/issues?q=is%3Aissue) and found none that matched my issue. | ||
required: true | ||
type: checkboxes | ||
- attributes: | ||
description: What did you expect to happen? | ||
label: Expected | ||
type: textarea | ||
validations: | ||
required: true | ||
- attributes: | ||
description: What happened instead? | ||
label: Actual | ||
type: textarea | ||
validations: | ||
required: true | ||
- attributes: | ||
description: Any additional info you'd like to provide. | ||
label: Additional Info | ||
type: textarea | ||
description: Report a bug trying to run the code | ||
labels: | ||
- "type: bug" | ||
name: 🐛 Bug | ||
title: "🐛 Bug: <short description of the bug>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
body: | ||
- attributes: | ||
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you! | ||
label: Bug Report Checklist | ||
options: | ||
- label: I have pulled the latest `main` branch of the repository. | ||
required: true | ||
- label: I have [searched for related issues](https://github.com/AnsonH/monkey-language-ts/issues?q=is%3Aissue) and found none that matched my issue. | ||
required: true | ||
type: checkboxes | ||
- attributes: | ||
description: What would you like to report? | ||
label: Overview | ||
type: textarea | ||
validations: | ||
required: true | ||
- attributes: | ||
description: Any additional info you'd like to provide. | ||
label: Additional Info | ||
type: textarea | ||
description: Report a typo or missing area of documentation | ||
labels: | ||
- "area: documentation" | ||
name: 📝 Documentation | ||
title: "📝 Documentation: <short description of the request>" |
Oops, something went wrong.