Граф коммитов

247 Коммитов

Автор SHA1 Сообщение Дата
Pedro Nacht da8dfbf0ff
Set minimal workflow permissions (#53297) 2023-03-16 13:19:40 -07:00
Jake Bailey 9ccf47fec5
Move smoke test package script into scripts (#53245) 2023-03-14 15:27:07 -07:00
Jake Bailey e08a2db86d
Enable corepack in CI (#53152) 2023-03-14 09:59:46 -07:00
Jake Bailey 5a4d5e1977
Test and LKG before push in dep bump (#53151) 2023-03-14 09:29:04 -07:00
Jake Bailey edc343d733
Add custom GHA report for package size (#53241) 2023-03-14 09:23:51 -07:00
Jake Bailey 746a6feb2e
Fix smoke test failure due to bad git restore post-LKG-deletion (#53156) 2023-03-07 17:15:10 -08:00
Jake Bailey 3f4d16a25e
Remove lib folder (LKG) and use node_modules for building (#52226) 2023-03-07 15:34:47 -08:00
Jake Bailey 6a39f912d6
Remove docker and user tests, related infra (#53118) 2023-03-06 19:59:21 -08:00
Pedro Nacht 8f40d5633f
Add the OpenSSF Scorecard GitHub Action (#52103)
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
2023-02-28 16:00:42 -08:00
Jake Bailey c97ddac60d
Run lint in parallel with runtests-parallel (#52945)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2023-02-27 11:06:20 -08:00
Jake Bailey 97dfe72a0c
Swap minestarks for zkat and joj in fabricbot.json (#52374) 2023-01-23 12:52:51 -08:00
Jake Bailey ef70a289b8
Go back to using explicit node verisons in CI (#51965)
Fixes https://github.com/microsoft/TypeScript/issues/51943
2022-12-19 15:20:06 -08:00
Jake Bailey a3802c1e7b
Remove excluded CodeQL rules, fix reference to Gulpfile (#51878)
Fixes https://github.com/microsoft/TypeScript/issues/51401
2022-12-13 11:01:27 -08:00
Andrew Branch c2fa967bff
Add FabricBot config, removing @amcasey pings (#51775)
* Add FabricBot config

* Remove other @amcasey ping

* Delete stray comma

* Why is GH editing UI so difficult
2022-12-06 09:47:11 -08:00
Jake Bailey b553affd5c
Fix smoke test substitution (#51494) 2022-11-11 16:29:42 -08:00
Jake Bailey 021fd20aac
Add smoke tests to CI (#51464) 2022-11-11 14:07:37 -08:00
Jake Bailey 8edbf8d46c Disable slow CodeQL queries
See issue 10937 on github.com/github/codeql.
2022-11-07 13:36:22 -08:00
Jake Bailey 3cd72e76b2 Change build system to hereby
This eliminates a significant number of dependencies, eliminating all
npm audit issues, speeding up `npm ci` by 20%, and overall making the
build faster (faster startup, direct code is faster than streams, etc)
and clearer to understand.

I'm finding it much easier to make build changes for the module
transform with this; I can more clearly indicate task dependencies and
prevent running tasks that don't need to be run.

Given we're changing our build process entirely (new deps, new steps),
it seems like this is a good time to change things up.
2022-11-07 13:35:48 -08:00
Jake Bailey 4139807e75 Add build via esbuild
This configures the existing build tasks to use esbuild by default. If
using the plain files is desired, passing `--bundle=false` will build
using plain files and still produce a runnable system.

This is only a basic build; a more efficient build is provided later
when gulp is replaced by hereby.
2022-11-07 13:34:44 -08:00
Andrew Casey f1d62f4dc4
Change watchdog tagged users (#51411) 2022-11-04 15:23:08 -07:00
Jake Bailey 754eeb2986
Update CodeQL workflow and configuration, fix found bugs (#51263) 2022-10-27 16:29:55 -07:00
Andrew Casey 2c12b14999
Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)
* Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue

* Don't use the search terms in the title of the bug report
2022-10-24 10:23:04 -07:00
Jake Bailey ad56b5ca56
Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#50988) 2022-10-07 09:50:46 -07:00
Jake Bailey 9dfffd0fbb
Update GitHub Actions (#51045) 2022-10-04 08:11:58 -07:00
Jake Bailey acb8977190
Remove .github/tsc.json (#50664) 2022-09-21 17:11:54 -07:00
Andrew Branch 6d384876e5
Fix workflow typo (#50746) 2022-09-12 15:41:30 -07:00
Andrew Branch 7120b520cf
Update twoslash workflow (#50738)
* Update twoslash workflow

* Split conditional checkout
2022-09-12 13:35:36 -07:00
Jake Bailey 68d526c200
Don't run linter after tests runs (#50597) 2022-09-12 13:30:18 -07:00
Jake Bailey 3c3820b1a4
Simplify CI detection (#50661) 2022-09-06 16:36:37 -07:00
Jake Bailey cbc0b17eac
Push package-lock.json updates via typescript-bot token (#50476) 2022-08-26 14:36:25 -07:00
Jake Bailey 12c32553e4
Split CI linting/playwright out into separate jobs (#50406) 2022-08-22 17:42:29 -07:00
Andrew Casey c0461be025
Update pr_owners.txt
Add Navya
2022-07-27 15:12:08 -07:00
Jake Bailey 1361567ea4
Update to npm 8, pin in package.json via volta and corepack (#49941) 2022-07-27 14:02:24 -07:00
Jake Bailey adfb20fbeb
Don't uninstall typescript before npm ci in GHA (#50062) 2022-07-27 09:42:22 -07:00
Jack Bates 9357c183cb
Fix up "Use symbolic GitHub Actions Node.js versions (#49403)" (#49420)
* Fix up "Use symbolic GitHub Actions Node.js versions (#49403)"

* Use npm v6 to update package-lock.json
2022-06-07 14:20:05 -07:00
Jack Bates 0d7fbbb415
Use symbolic GitHub Actions Node.js versions (#49403) 2022-06-06 13:51:04 -07:00
Darius D bab02d24be
Add Node v18 to CI (#48824)
* Add Node v18 to CI

* Address comments
2022-04-27 08:50:22 -07:00
Andrew Branch 7920783876
Fix workflow syntax error (#48842) 2022-04-25 13:03:02 -07:00
Marek Dědič 42fc05b087
Don't run scheduled GitHub actions on forks (#48693)
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2022-04-25 11:37:54 -07:00
Andrew Branch 0976658418
Allow triggering twoslash bisection manually (#48721) 2022-04-15 12:44:37 -07:00
Andrew Branch 4fdffbf58f
Checkout needs everything (#48689) 2022-04-13 17:25:05 -07:00
Andrew Branch f1df67cf00
Fix workflow syntax 2022-04-13 17:21:19 -07:00
Andrew Branch d7c95930ef
setup-node needs a version spec (#48688) 2022-04-13 17:19:39 -07:00
Andrew Branch cb8ddd972d
WIP (#48682) 2022-04-13 17:16:31 -07:00
Andrew Branch a7d818b24a
Allow twoslash-repros action to be run on-demand 2022-04-11 11:50:46 -07:00
Wesley Wigham f30ce1ff8f
Update update-package-lock.yaml
12 -> 14
2022-04-08 11:16:49 -07:00
Wesley Wigham 5e721d979d
Update update-lkg.yml
12 -> 14
2022-04-08 11:16:27 -07:00
Wesley Wigham 76e6e46d51
Update sync-branch.yaml 2022-04-08 11:15:41 -07:00
Wesley Wigham 6bcc53bbce
Update set-version.yaml 2022-04-08 11:15:21 -07:00
Wesley Wigham b246dee2b8
Update nightly.yaml 2022-04-08 11:14:50 -07:00
Wesley Wigham a33e7acfc8
Update ci.yml
Update node versions
2022-04-08 11:14:11 -07:00
Wesley Wigham 8e447462a6
Update accept-baselines-fix-lints.yaml
12 -> 14
2022-04-08 11:13:37 -07:00
Wesley Wigham ee82068989
Update new-release-branch.yaml
12 -> 14
2022-04-08 11:13:13 -07:00
Wesley Wigham 1df80737a1
Update release-branch-artifact.yaml
12 -> 14 (we have odd test errors on 12 that aren't worth debugging)
2022-04-08 11:12:29 -07:00
Ryan Cavanaugh 7addca63ae
Update issue templates (#48261) 2022-03-15 14:43:46 -07:00
Andrew Branch 03f9035029
[GH Actions] Implicitly use AUTHORIZATION header instead of PAT-in-URL (#47894)
* Implicitly use AUTHORIZATION header instead of PAT-in-URL

* Does just GITHUB_TOKEN work?

* Try unsetting extraheader config

* Do config inside repos
2022-02-14 12:40:07 -08:00
Orta Therox 935c05cf34
Fix the related repos CI (#47386) 2022-01-11 15:27:51 +00:00
Orta Therox e46f3baec1
Adds a github actions workflow which pings related repos with a blank commit once a month to ensure their automation stays running (#46747) 2022-01-07 13:37:16 +00:00
tjjfvi 5cab95150a
Discourage typo fixes in PR template (#46908)
* Discourage typo fixes in PR template

Wording taken from [this comment](https://github.com/microsoft/TypeScript/pull/45834#issuecomment-919606286).

There have been a number of rejected typo fix PRs lately; hopefully this can reduce the amount of typo-fix-rejecting work for the team.

* Tweak typo fix discouragement in PR template

Removed "the same generally applies to other projects" per orta

* Update typo fix discouragement
2021-12-23 14:58:23 +00:00
Daniel Rosenwasser 6a1af7cf5f
Add DanielRosenwasser to PR owners. (#47006) 2021-12-03 12:32:16 -08:00
Jake Bailey 5113ba284b
Add jakebailey to pr_owners.txt (#46996) 2021-12-02 14:09:10 -08:00
Nathan Shively-Sanders f30ab60579
Update github workflows node10 -> node16 (#45996) 2021-09-21 16:00:09 -07:00
Jack Bates 6aaefe41fe
Remove vestigial baselines (#45916)
* Remove vestigial baselines

* Update Baselines and/or Applied Lint Fixes

* Add --quiet

Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2021-09-16 12:49:47 -07:00
Orta Therox a4364dcc62
Update pr_owners.txt (#45911) 2021-09-16 09:20:00 -07:00
Dirk Bäumer b45e129f4a
Add rich navigation indexing action (#45431)
* Add rich navigation indexing action

* Remove dbaeumer/richNav from indexed branches

* Move lsifrc file to .github folder

* Remove dbaeumer/richNav
2021-08-24 13:38:11 -07:00
Orta Therox b603a04eed
Switch references to master to main in the codebase + validating infra post-main migration (#44347)
* Update package.json

* Remove references to master in the codebase

* Add more master - main
2021-06-01 20:44:18 +01:00
Eli Barzilay 58a6692ef0 Implement a two-way mirroring between the wiki and its public repo
Previously, changes to the wiki would get merged to the public repo in a
once-a-week action.  This significantly revises this, making the two
sides be mirrors (up to the few seconds it takes to do a merge).

This is driven by a minimal-ish yaml file in both sides (`TypeScript`
and `TypeScript-wiki`) that *always* works from the script in the public
repo.

The two action specs are nearly identical, but there are some differences:

  - On the main repo, trigger on a `gollum` event, and in the wiki repo
    the usual (pushes, schedule, manual).  (The schedule run is kept as
    a just-in-case, and it's now running twice a week.)
  - The filename is `sync-wiki` on the TS side and just `sync` in the
    wiki.  (Good to avoid confusion if both files somehow find
    themselves in the same neighborhood.)
  - The secret names are different since I used the name that already
    exists in each side.

The script does *not* start with a checkout of its repository.  Doing
this in the TS side would be redundant (it would get the TS tree) and
slow.  Instead, it's always cloning the public wiki repo (`DASHREMOTE`,
since its url is `.../TypeScript-wiki`) and then fetching into it the
repo of the rendered wiki (`DOTREMOTE`, with a `.../TypeScript.wiki`)
url.

Also revised the README, since they should always be mirrored with this
change, and therefore there is no "source of truth".
2021-05-24 16:14:42 -04:00
Nathan Shively-Sanders 82cb50fa45
Simplify codeql github action (#44124)
The current action is failing with an error that recommends removing the
`git checkout HEAD^2` step.
2021-05-17 11:13:30 -07:00
Andrew Branch a433c3c0ce
Pin octokit types (#43762)
* Pin @octokit/types to fix build error

* Allow update package lock to be run on a workflow dispatch
2021-04-21 11:50:29 -07:00
Afonso Jorge Ramos b7c0e5da5d
Delete issue_template.md (#43320) 2021-03-22 10:39:37 -07:00
Daniel Rosenwasser c25d9e913b
Fix regexes. (#42921) 2021-02-22 22:02:02 -08:00
Matt Kantor 1635b3293e
Fix a small typo in the issue template. (#42208) 2021-01-04 14:15:51 -08:00
Ryan Cavanaugh 22f452c5cd
Update issue templates (#42049)
* Update issue templates

* Update .github/ISSUE_TEMPLATE/Bug_report.md

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/lib_change.md

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/lib_change.md

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/lib_change.md

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/lib_change.md

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Swap some orderings

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2020-12-22 09:04:56 -08:00
Andrew Branch 9ae375fcd5
Update accept-baselines-fix-lints.yaml (#41826) 2020-12-04 16:48:09 -08:00
Daniel Rosenwasser f4157b41db
Add an action to update baselines/fix lints (#39898)
* Add an action to update baselines/fix lints

* Change email
2020-11-20 16:03:58 -08:00
Wesley Wigham bfea348e40
Actually install playwright in artifact build script
Now that it's not installed by default
2020-11-11 16:33:39 -08:00
Nathan Shively-Sanders 0fc190ec32
Add more team members to pr_owners.txt (#41416)
1. I may have missed some frequent committers. Please let me know if I
did.
2. I'm not sure what pr_owners.txt is used for, besides the bot's
isTeamMember check. Maybe there's a reason the list is so small.
2020-11-09 14:08:43 -08:00
Niklas Mollenhauer a21003dbf8
Use npm ci for nightly builds (#40905)
Using [npm ci](https://docs.npmjs.com/cli/ci.html) keeps the builds reproducible.

In this PR, we keep the nightly build en par with the [CI build workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/ci.yml#L33) as well as the [releasable package workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/release-branch-artifact.yaml#L24).
The used package-lock.json is updated [an hour before this workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/update-package-lock.yaml#L7), there should not be any lockfile conflicts.
2020-10-06 12:52:07 -04:00
Andrew Branch 2084404b8f
Install playwright on demand (#40722)
* Remove playwright from package.json

* Install playwright on demand

* Adds debugging info to the playwright script

* Move installation first

* Get it working on node 10 again

* Update browserIntegrationTest.js

* Update browserIntegrationTest.js

Co-authored-by: Orta <git@orta.io>
2020-09-29 12:22:04 -07:00
Wesley Wigham d40663f7e5
Pull all history in branch sync script
This got broken when it got updated to checkout@v2, which by default only checks out the specified ref and none of its history.
2020-09-14 19:55:36 -07:00
Justin Hutchings ea842c411e
Add CodeQL security scanning (#38939)
* Add CodeQL security scanning

* Add CodeQL configuration

Limiting analysis to the src folder only

* Add configuration file to codeql action workflow

* Update codeql-configuration.yml
2020-09-04 09:22:42 -07:00
Andrew Casey d6dda230bc Swallow empty-commit error 2020-08-25 10:16:58 -07:00
Andrew Casey 4778cda0b2 Delete extra npm update 2020-08-20 18:16:28 -07:00
Andrew Casey c12bc7b906 Update bot email address 2020-08-19 18:01:29 -07:00
Andrew Casey 00d7d52729 Git ignore package-lock.json and forcibly update in workflow 2020-08-19 17:57:22 -07:00
Andrew Casey 4d57d35949 Add a workflow to update package-lock.json daily 2020-08-19 17:16:24 -07:00
Andrew Casey 5bcb353e18 Adopt package-lock.json and npm ci 2020-08-19 16:50:23 -07:00
Wesley Wigham 44d9ceaf14
Small branch sync script change 2020-08-13 13:17:05 -07:00
Nathan Shively-Sanders dd09e8799c
Update CI node versions (#39940)
Drop 8, add 14
2020-08-06 14:14:21 -07:00
Daniel Rosenwasser 2106b07f22
Rename and use the default ref instead of having a `workflow_dispatch` option 2020-08-04 00:14:24 -07:00
Daniel Rosenwasser 817dc52fd3
Add an 'Update LKG' action (#39897) 2020-08-04 00:05:24 -07:00
Orta Therox f19c610d91
Adds latest version of TypeScript to the repro code (#39641) 2020-07-17 15:15:49 -04:00
Orta Therox 1d671c3588
Add twoslash repros to the compiler (#39628) 2020-07-16 18:39:49 -04:00
谭九鼎 87a74aa9ce
CI: Use checkout@v2 (#38822) 2020-07-10 12:10:26 -04:00
Daniel Rosenwasser b7193a6a44
Add workflow_dispatch to our nightly publish script. (#39485)
* Add workflow_dispatch to our nightly publish script.

* Update nightly.yaml
2020-07-07 16:11:14 -07:00
Orta Therox d462fb2fb9
Split the GH actions CI into multiple stages (#39210)
* Split the GH actions CI into multiple stages

* Add the -- for npm

* Improve the CI reports

* Use stylish formatting on CI

* Break TSC instead

* Try add the problem register for TSC only on node 12

* Fix GH Actions syntax maybe
2020-07-06 12:24:33 -04:00
Tierney Cyren b4735c0b3b
fix(a11y): make ISSUE_TEMPLATE/Bug_report.md more accessible for folks with screen readers (#39013) 2020-06-12 13:39:34 -07:00
Dan Dascalescu 0f3f37b30c
Fix typo in issue template titles (#38042) 2020-04-20 12:14:26 -07:00
Wesley Wigham bc8a98ff00
Add node 13 to CI 2020-04-09 16:16:06 -07:00
Orta 23b6f6e469
Remove node 8 from the github actions (#37870) 2020-04-09 16:15:25 -07:00
Wesley Wigham 544f4413b4
Rescedule nightly publish to 11pm pst, (7am ust)
So a nightly publish actually happens at what is night for most of the team.
2020-02-24 17:13:00 -08:00
Wesley Wigham 7bcb7232a1
Name workflow 2020-02-21 14:52:57 -08:00
Wesley Wigham 83271b7d0c
Probably dont need artifact drops on release branch PRs 2020-02-21 14:49:47 -08:00
Wesley Wigham b5cb71aaed
Add task mirroring devops release branch artifact building pipeline 2020-02-21 14:49:00 -08:00
Wesley Wigham 57df4663ad
Publishing to npm isnt the default on github for reasons 2020-02-21 10:43:02 -08:00
Wesley Wigham 5c7ef4c48a
Make the nightly publish cron task also respond to a publish-nightly event 2020-02-21 10:40:05 -08:00
Wesley Wigham d95942b05f
Port nightly publish task to actions 2020-02-21 10:35:44 -08:00
Wesley Wigham d0c961e544
Try removing fetch-depth 0 config to improve speed, add sync-branch workflow 2020-02-20 15:06:58 -08:00
Wesley Wigham 7ee1ef008a
Cast version result so it isnt declaration emitted as a literal type once it has a wellknown value 2020-02-20 14:49:04 -08:00
Wesley Wigham f80c0c163e
Add set-version workflow 2020-02-20 14:19:08 -08:00
Wesley Wigham 4940ff8eb3
One _big_ script block (since it seems like FS edits are not persistent across steps?) 2020-02-19 13:49:41 -08:00
Wesley Wigham 38e1e660c8
Fix API baseline paths in script 2020-02-19 13:33:39 -08:00
Wesley Wigham 5db79df780
Limit dispatch triggers 2020-02-19 13:15:07 -08:00
Wesley Wigham cffaddc9f3
Add new release branch workflow 2020-02-19 13:10:47 -08:00
Orta 19c3bcb9a9
Adds puppeteer to test whether typescript.js runs in the browser (#35471)
* Adds puppeteer to test whether typescript.js runs in the browser

* Adds a check for the browser integration into the GitHub Actions CI

* Update to use playwright, and test in three browsers
2020-02-13 14:19:33 -05:00
Orta 9968f14579
Update config.yml (#36419) 2020-01-28 11:33:54 -05:00
Orta 82a3eb5b5f
Add a list of PR owners for tooling to use (#36357) 2020-01-22 15:09:01 -05:00
Orta a08d6ba4cf
Update config.yml (#35388) 2019-12-03 10:59:11 -05:00
Ryan Cavanaugh 05cbe5ac8e
Update issue reports agian (#34768)
* Update issue templates

* Add config.yml

* Updates

* Updates
2019-10-28 11:15:31 -07:00
Ryan Cavanaugh a28fcebff2
Update issue templates (#34767)
* Update issue templates

* Add config.yml
2019-10-28 11:12:20 -07:00
Edward Thomson eb08ee6848 Add GitHub Actions (#34614) 2019-10-23 13:57:49 -07:00
Connor Clark d6663bf0bd
Update bug template to link to nightly playground 2019-10-16 19:44:48 -07:00
falsandtru 834b3f7d64 Update issue templates 2019-10-10 07:36:14 +09:00
Wes Souza 9e9e694369 Update Feature_request.md (#32974)
* Update Feature_request.md

Added the same list of steps that is present on the bug report to the feature request.

* Remove duplicate FAQ reading sentence
2019-08-19 09:42:49 -07:00
Ryan Cavanaugh 867c992021
Update pull_request_template.md 2019-04-25 14:45:44 -07:00
Ryan Cavanaugh 4fb370d944
Update pull_request_template.md 2019-03-12 08:45:59 -07:00
Wesley Wigham b67f2d6bdf
Remove jake (hopefully for real this time) (#29085)
* Remove jake (hopefully for real this time)

* Fix gulpfile non-lkg build, add sanity-check build to posttest on CI, accept older baseline style to go with lkgd build

* More docs/scripts jake -> gulp
2019-02-20 15:32:15 -08:00
Jordi Oliveras Rovira a458a7bf82
Bump version on issue template 2019-01-29 18:01:13 +01:00
Jordi Oliveras Rovira 6ff89f8868
Update bug template to version 3.3 2018-11-20 22:55:21 +01:00
Daniel Rosenwasser 972a149d4a
Update Feature_request.md 2018-11-09 12:24:09 -08:00
Jordi Oliveras Rovira 1b880f8ad4 Update bug report issue template TypeScript version to 3.2. (#27361) 2018-09-26 09:38:37 -07:00
Mohamed Hegazy abbaf0d06a Update issue template 2018-07-12 11:53:04 -07:00
Jordi Oliveras Rovira a8ce9a29c3
Update Bug_report.md ts version to 3.0.0 2018-05-24 14:50:41 +02:00
Jordi Oliveras Rovira 0047802022
Update issue_template.md ts version to 3.0.0 2018-05-24 14:49:51 +02:00
Mohamed Hegazy e923016463
Merge pull request #24160 from KSXGitHub/patch-1
Give checklist checkboxes
2018-05-16 10:34:01 -07:00
Khải 4264629f2f
Give issue template's checklist checkboxes
Prior to this commit, checkboxes appear as pairs of brackets rather than proper checkboxes
2018-05-16 14:00:58 +07:00
Khải b79986e99c
Give checklist checkboxes
Prior to this commit, checkboxes appear as bracket pairs instead of checkboxes.
2018-05-16 13:58:10 +07:00
Wesley Wigham 9daa3b3b1c
Move templates (#23874)
* Move templates into new .github folder

* Add .github to npmignore
2018-05-03 13:41:41 -07:00
Ryan Cavanaugh c870cfefd8
Update Question.md 2018-05-03 13:18:30 -07:00
Daniel Rosenwasser 80df54ec6f
Stress that questions should not be asked. 2018-05-03 13:14:07 -07:00
Ryan Cavanaugh 3aa8b4a456 Rename 2018-05-03 12:53:34 -07:00
Ryan Cavanaugh 31dda9e8ad
Update Custom.md 2018-05-03 12:52:03 -07:00
Ryan Cavanaugh 9012cd410d
Update Custom.md 2018-05-03 12:51:45 -07:00
Ryan Cavanaugh 4a2fc8ce41
Update Custom.md 2018-05-03 12:51:12 -07:00
Ryan Cavanaugh 60d851b014
Update Feature_request.md 2018-05-03 12:39:13 -07:00
Ryan Cavanaugh 67ccfb6da5
Update Bug_report.md 2018-05-03 11:39:03 -07:00
Ryan Cavanaugh 2890de49fd Update issue templates 2018-05-03 11:00:02 -07:00