Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 remove health files (fallback to .github) #3184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
---
blank_issues_enabled: true
contact_links:
-
contact_links:
-
about: "Feature requests for future versions of ECMAScript should not be made in this repository. See CONTRIBUTING.md for more details."
name: "\U0001F680 Feature request"
url: "https://github.com/tc39/ecma262/blob/HEAD/CONTRIBUTING.md#new-feature-proposals"
-
url: "https://github.com/tc39/.github/blob/HEAD/CONTRIBUTING.md#new-feature-proposals"
-
about: "You can also ask questions and suggest ideas on the TC39 Discourse."
name: "\U0001F4AC Discourse"
url: "https://es.discourse.group/"
3 changes: 0 additions & 3 deletions CODE_OF_CONDUCT.md

This file was deleted.

76 changes: 0 additions & 76 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An index of frequently asked questions regarding all things ECMA-262.

New features start life as a proposal to the [TC39](#what-is-a-tc39) committee and must be championed (or co-championed) by at least one member of the committee. Once the proposal is raised at a committee meeting, it will become a Stage 0 proposal and move along from there. For more details on how proposal stages work, check out the [proposal process document][proposal-process-document].

If you would like to contribute, please check out [Contributing to ECMAScript](https://github.com/tc39/ecma262/blob/HEAD/CONTRIBUTING.md).
If you would like to contribute, please check out [Contributing to ECMAScript](https://github.com/tc39/.github/blob/HEAD/CONTRIBUTING.md).

##### What is a "TC39"?

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Proposals follow [the TC39 process](https://tc39.es/process-document/) and are t

### Contributing New Proposals

Please see [Contributing to ECMAScript](/CONTRIBUTING.md) for the most up-to-date information on contributing proposals to this standard.
Please see [Contributing to ECMAScript](https://github.com/tc39/.github/blob/HEAD/CONTRIBUTING.md) for the most up-to-date information on contributing proposals to this standard.

## Developing the Specification

Expand Down