Commit Graph

474 Commits

Author SHA1 Message Date
Eric Leung
7c8b0fcf08
chore: separate News articles issue template (#42372)
Updates to News articles are resolved by sending emails to the editorial
team. This commit reflects this decision in creating a distinct link
about News articles and removing mention of it in an existing issue.

Mail link was created using https://mailxto.com/.
2021-06-08 08:25:50 +02:00
Mrugesh Mohapatra
b1eeb0fb11
docs: update PR template (#42210)
* docs: update PR template

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2021-05-22 07:23:56 -07:00
Oliver Eyton-Williams
de40fe86e9
test(e2e): more settings tests (#42046) 2021-05-07 07:30:38 -07:00
Mrugesh Mohapatra
6ea518c402
fix(CI): remove underused lighthouse CI (#42027) 2021-05-06 16:17:10 +00:00
Mrugesh Mohapatra
411ce3002c
fix(code-ql): update code-ql action (#42010) 2021-05-06 10:03:34 +05:30
Mrugesh Mohapatra
ccdea0c727
fix(cypress): remove parallel runs (#42011)
* fix(cypress): remove parallel runs

* chore: apply review comments

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* chore: apply review comments

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-06 10:03:06 +05:30
Nicholas Carrigan (he/him)
4ed75cb79f
fix(tools): ignore renovate (#42008)
Ignore the branches renovate creates for the push events.
2021-05-06 00:20:38 +05:30
Nicholas Carrigan
e46e80e08f feat(client): add chinese traditional
Add chinese traditional to the all-langs validation and necessary
client build configs.
2021-05-05 21:06:54 +05:30
Oliver Eyton-Williams
e7156dcc9e
feat: generate Webpack stats in CI (#41993) 2021-05-05 14:32:22 +00:00
Mrugesh Mohapatra
9e992a32a2
chore: update issue templates (#41892)
* chore: update issue templates

* chore: apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-04-22 10:14:35 -05:00
renovate[bot]
824d5f9fdf
chore(deps): update actions/github-script action to v4 (#41885)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-22 19:33:08 +05:30
renovate[bot]
2f736f7f8e
chore(deps): update dependency cypress to v7 (#41838)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-19 13:05:00 +05:30
Sem Bauke
1f9166922c
feat(Cypress): enabling parallelization Cypress (#41782)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-04-09 06:14:45 +02:00
Nicholas Carrigan (he/him)
d1c800879c
fix(tools): multiple workflow fixes (#41763) 2021-04-08 11:30:29 +05:30
Nicholas Carrigan (he/him)
b0c75eae60
feat(tools): use camperbot for commit (#41659) 2021-04-02 17:46:00 +05:30
Oliver Eyton-Williams
275e12ba80
tools: test all languages in CI (#41512)
* tools: test all languages in CI

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-04-01 06:20:43 -07:00
Mrugesh Mohapatra
275b17a414
fix(actions): remove node 12 - diligently this time (#41682) 2021-03-31 10:09:15 +02:00
Oliver Eyton-Williams
1e992546ae
fix(i18n): only reject changed challenge md files (#41674)
The existing action is overzealous and catches the meta.json files.
2021-03-30 12:11:14 -05:00
Mrugesh Mohapatra
41577b818c
chore: remove approval workflow (#41650) 2021-03-29 16:49:12 +05:30
Nicholas Carrigan (he/him)
26228279d1
fix(tools): new token (#41611)
Use the newer camperbot token.
2021-03-27 10:12:40 +05:30
Mrugesh Mohapatra
0ba8274066
fix(actions): update workflows, add auto-approval (#41591)
* fix(actions): update workflows, add auto-approval

* fix: apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* fix: apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-26 12:52:44 -07:00
Mrugesh Mohapatra
34dca74b50
fix(tools): adjust ownership of files (#41590) 2021-03-26 20:23:35 +05:30
Mrugesh Mohapatra
ca6cb07838
chore(ci): deprecate node 12 (#41585) 2021-03-26 17:07:02 +05:30
Nicholas Carrigan (he/him)
8305cad79a
fix: address crowdin issues (#41517) 2021-03-18 16:31:05 +01:00
Mrugesh Mohapatra
917a9d2643
chore: delete housekeeping workflows (#41487)
Latest changes enforced by GitHub prevents using the action in dependabot's PR's context. See: https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60, https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions

Regardless of the above we also moved to needing atleast two approvals

Removing this workflow for now.
2021-03-15 05:04:54 -06:00
Randell Dawson
50369edd12
feat(tools): Add a PR labeler action to the repo (#41458) 2021-03-13 22:14:19 +05:30
Mrugesh Mohapatra
b0bfc00f21 fix(actions): update workflow matrices & docs
This commit intentionally adds a matrix to keep supporting Node.js 12
while we evaluate it
2021-03-11 12:19:42 +05:30
Nicholas Carrigan (he/him)
c70bac4614
fix(tools): update automated message (#41437)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-11 02:44:19 +05:30
Randell Dawson
5063b1104e
fix(tools): Removed commas from Yaml file (#41426)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-09 22:54:28 +05:30
Randell Dawson
75dc001aea
feat(tools): Add Crowdin PR creator action (#41383)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-09 22:27:40 +05:30
Randell Dawson
5367bd43e1
fix: rename job names for docs project workflows (#41400) 2021-03-07 08:09:42 -08:00
Nicholas Carrigan (he/him)
55dfa28359
fix(tools): implement better error handling (#41379)
* fix(tools): implement better error handling

Modifies the workflow to validate the branch exists and the PR does
not. This was not blocking any issues, but caused the action to
report a failure.

* fix: apply Randy's review suggestions

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-05 13:00:02 -07:00
Nicholas Carrigan (he/him)
1b93a749ba
fix(tools): use correct branch name (#41369) 2021-03-04 20:30:38 -08:00
Nicholas Carrigan (he/him)
269209e7c3
fix(tools): only camperbot translates (#41366)
* fix(tools): only camperbot translates

Modifies the no pr to translation workflow to fail on any PR that
was not created by camperbot.

* fix(tools): update message

* Update .github/workflows/no-prs-to-translation.yml

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-04 20:56:42 -07:00
Nicholas Carrigan (he/him)
4fe3828537
feat(tools): automatic crowdin prs (#41365)
* feat(tools): automatic crowdin prs

Enables automatic PR creation on all download scripts.

* feat: CRON everything

* fix(tools): stagger workflows
2021-03-04 20:54:17 -07:00
Nicholas Carrigan (he/him)
c000c7ab11
fix(tools): use new token thanks Randy (#41362)
* fix(tools): temp disable cron

* fix: new token thanks Randy
2021-03-04 14:46:34 -08:00
Nicholas Carrigan (he/him)
fa6b11f359
fix(tools): set crowdin cron job (#41361)
Co-authored-by: Mrugesh Mohapatra <me@raisedadead.com>
2021-03-05 02:01:40 +05:30
Mrugesh Mohapatra
78e739cb53
fix(actions): include docs in no-translation (#41358) 2021-03-04 08:00:51 -08:00
Mrugesh Mohapatra
de745ad218
fix(CI): update workflows (#41319) 2021-03-01 11:45:21 +03:00
Mrugesh Mohapatra
b5f4754e2a
fix: re-revert the API decoupling (#41263)
* fix(api): decouple api from curriculum

This reverts commit 8f0e441644 and
introduces the implementations from #40703.

* fix(gitpod): add curriculum build to GitPod

This reverts commit 706d70f58d and
introduces implementations from #41234.

* docs: update DevOps manual for api change (#41259)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-02-25 12:02:35 -08:00
Oliver Eyton-Williams
b73022c81b
fix: make missing scripts fail linting/testing (#41260)
If a script is not present, we would like an error letting us know.
2021-02-25 20:06:01 +05:30
Mrugesh Mohapatra
8f0e441644 revert(api): decouple api from curriculum
This reverts commit c077ffe4b9
via PR #40703
2021-02-25 03:40:09 +05:30
Randell Dawson
c6d8996f39
fix(tool): Added more files to restrict from direct translations (#41243)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-02-25 00:58:16 +05:30
Nicholas Carrigan (he/him)
cadfa4f767
docs(i18n): enable portuguese (#41232)
Makes the necessary changes to the workflow and documentation files
to enable the Portuguese translations.
2021-02-23 10:46:09 +05:30
Oliver Eyton-Williams
c077ffe4b9
feat(api): decouple api from curriculum (#40703) 2021-02-22 12:23:59 +05:30
Oliver Eyton-Williams
fd7b63c8d7
fix: no translation action (#41212)
* fix: no translation action body quotes

* refactor: more canonical no translation script
2021-02-21 07:24:38 -08:00
Nicholas Carrigan (he/him)
037cd95d3d
fix: revert suggestions to workflow (#41199)
* fix: revert suggestions to workflow

* fix: one more await
2021-02-20 16:33:35 -07:00
Nicholas Carrigan (he/him)
950841c25e
fix(tools): no i18n workflow (#41157)
* fix(tools): adjust no-translate workflow

Modifies the no-prs-to-translation workflow to target our new `main`
branch, and verify that the PR comes from a forked repository.

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-02-18 17:04:03 +01:00
Mrugesh Mohapatra
51ec477329
chore: pin mongodb for warnings - again (#41163) 2021-02-18 16:01:22 +05:30
Randell Dawson
29586e7082
fix: create separate steps for chinese and spanish downloads (#41143) 2021-02-16 18:11:42 -08:00
Randell Dawson
99d0763550
fix: only download chinese and spanish docs (#41114) 2021-02-14 11:48:20 -08:00
Randell Dawson
e8986f6cfc
fix: skip untranslated files for curriculum download (#41059) 2021-02-11 12:24:18 -08:00
Randell Dawson
dc810022d1
fix: do not skip untranslated files in download (#41058) 2021-02-11 19:51:03 +01:00
Nicholas Carrigan (he/him)
19d10ef925
fix(tools): fix my fix (#41057)
Try again :)
2021-02-11 22:50:39 +05:30
Nicholas Carrigan (he/him)
26564419fd
fix(tools): allow partial translation (#41055)
* fix(tools): allow partial translation

Modifies the workflow to allow for partial download of translations
to ensure we get all keys in the translation object even if they
still have english values.

NOTE: Sets workflow to dry run for testing purposes. Will need to
revert that setting.

* revert(tools): no dry run
2021-02-11 09:55:34 -07:00
Mrugesh Mohapatra
149cf95310
chore(crowdin): re-arrange crowdin config files (#41046) 2021-02-10 11:06:13 -07:00
Randell Dawson
c3a0793be2
fix(tools, crowdin): do not skip downloading untranslated files (#40922) 2021-02-05 13:39:09 +05:30
Mrugesh Mohapatra
c4021bc57f
chore: please use short branch names (#40920) 2021-02-04 23:41:41 -07:00
Nicholas Carrigan (he/him)
2a23c2d989
fix(docs, tools): switch to main in PR template (#40882)
Changes `master` to `main` in the template to reflect our branch rename.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2021-02-03 00:44:04 +05:30
Randell Dawson
7eb6bfc127
fix(tools): Download all languages from Crowdin (#40849) 2021-02-01 09:34:36 +05:30
Randell Dawson
cc223a9e54
fix: do not upload translations (#40848) 2021-01-31 12:41:24 -08:00
Randell Dawson
b07a9116b6
feat: use crowdin for client ui translations (#40841) 2021-01-31 13:48:52 +05:30
Randell Dawson
32e80aa351
fix(docs): Configure docs folder with Crowdin (#40776) 2021-01-25 08:39:57 +05:30
Nicholas Carrigan (he/him)
69b181ee97
fix: disable automatic PR creation (#40753)
Temporarily disables the automatic PR creation on Crowdin Download while
we determine the best approach for this. PRs created by the action
itself cannot trigger workflows, which prevents our CI from running. As
such, this is currently not a viable approach.


Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2021-01-21 11:30:16 +05:30
Nicholas Carrigan (he/him)
f159ad873c
fix(tools): adjust comment message (#40711)
* fix: adjust comment message

Changes the message this action uses for a PR comment to remove the
reference to the translation page pending announcement.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>

* fix: expand comment

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2021-01-15 16:12:02 -07:00
Mrugesh Mohapatra
d3149dc9ca fix: update catch translations actions (#40705)
* fix: update catch translations actions

* Update .github/workflows/no-prs-to-translation.yml
2021-01-15 19:06:44 +05:30
Mrugesh Mohapatra
2c190c5fff
chore: update action name 2021-01-15 18:30:31 +05:30
Mrugesh Mohapatra
398b560802
chore: update the upload action name 2021-01-15 18:30:04 +05:30
Randell Dawson
d58d37ff98
chore: modify workflow to not upload translations anymore (#40696) 2021-01-13 12:48:43 -08:00
Nicholas Carrigan (he/him)
94190f51fc
feat(tools): add action to check for translations (#40692)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-01-13 23:00:52 +05:30
Randell Dawson
0095583028
feat: Crowdin integration scripts/actions (#40657) 2021-01-12 23:50:54 +05:30
Mrugesh Mohapatra
e7db3386ed
chore: update CodeQL Scanning (#40511) 2020-12-21 16:25:42 +01:00
Twaha Rahman
45fe3d8814
fix(cypress): Re-introduce Firefox in Cypress CI (#40440)
* Revert "chore: drop firefox for intermittent fails"

This reverts commit 704beb2260.

* Increase timeout for Cypress learn log output test
2020-12-14 18:50:48 +01:00
Twaha Rahman
bf0c49f9b4
chore(cypress): migrate to Cypress v6 (#40396)
* Update Cypress version from 5.3.0 to 6.0.0

* Replace `not.be.visible` with `not.exist`

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-12-07 11:02:52 +01:00
Oliver Eyton-Williams
aebe53312c
chore: Cypress action v1 -> v2 (#40253) 2020-11-17 14:22:15 +03:00
Mrugesh Mohapatra
cfb0695e9e fix(crowdin): update github action 2020-10-22 04:20:19 +05:30
Oliver Eyton-Williams
d94a240cf4
fix(cypress): update setting of env vars (#39962) 2020-10-13 17:22:06 +05:30
Mrugesh Mohapatra
c84f83e7bf
chore: update codeowners 2020-10-12 15:00:40 +05:30
Mrugesh Mohapatra
6c8eeeae18 fix(tools): make weekly updates to client 2020-10-12 01:13:02 +05:30
Mrugesh Mohapatra
cdda92fd25 fix(tools): remove root packages from automatic update 2020-10-12 00:33:52 +05:30
Mrugesh Mohapatra
01eafa74b8 fix: adjust dependabot config labels 2020-10-10 00:43:49 +05:30
Mrugesh Mohapatra
b37c493d2f chore(actions): adjust labels for crowdin 2020-10-09 17:29:55 +02:00
Mrugesh Mohapatra
643cd81063 feat(tools): enable dependabot updates 2020-10-09 17:29:55 +02:00
Mrugesh Mohapatra
eab14b8235
fix(CI): update runner, display .env for upcoming (#39808) 2020-10-07 16:20:59 +05:30
Mrugesh Mohapatra
7a1590363a
chore: set env in env file 2020-10-06 23:33:48 +05:30
Mrugesh Mohapatra
d82ffb381d
chore: rename file to yaml 2020-10-06 23:30:22 +05:30
Mrugesh Mohapatra
e725774565
chore(CI): periodic check SHOW_UPCOMING_CHANGES (#39806) 2020-10-06 23:28:31 +05:30
Mrugesh Mohapatra
b05fb313c4
chore: update codeowners to tag staff 2020-10-02 04:05:18 +05:30
Mrugesh Mohapatra
5bf84ae475
fix(crowdin): remove push events and use manual runs (#39770) 2020-10-02 00:02:13 +05:30
Mrugesh Mohapatra
5a42caffb1 fix(crowdin): update config and exclude files 2020-10-01 23:52:16 +05:30
Mrugesh Mohapatra
18d2c92da1
fix(i18n): remove debug code and activate crowdin (#39733) 2020-09-30 16:40:06 +05:30
Mrugesh Mohapatra
63efc10eca
feat(i18n): crowdin actions for docs (#39730) 2020-09-30 16:19:48 +05:30
Mrugesh Mohapatra
704beb2260 chore: drop firefox for intermittent fails 2020-09-25 00:37:40 +05:30
Mrugesh Mohapatra
3ac415154c chore(actions): cache dependencies 2020-09-25 00:37:40 +05:30
Twaha Rahman
40a190318b
fix(tests): run e2e tests on Chrome and Firefox (#39568)
* Add scripts for Cypress to run on other browsers

* Run Cypress on different browsers in workflow

* Install Brave and run it in Cypress

* Run Cypress on only CHrome and FIrefox

* Revert Cypress plugin
2020-09-14 12:37:00 +05:30
Mrugesh Mohapatra
1603e5beba
chore: remove travis integration (#39390) 2020-08-11 02:07:19 +05:30
Mrugesh Mohapatra
6e16a50329 fix(tools): fix syntax errors and test special branch 2020-08-09 01:44:36 +05:30
Mrugesh Mohapatra
e242852bef fix(tools): misc. updates to action workflows 2020-08-09 00:58:13 +05:30
Mrugesh Mohapatra
5c60070cc5 fix(tools): add node.js CI tests 2020-08-09 00:56:22 +05:30
Mrugesh Mohapatra
cb4a2d5f91 chore(tools): remove merge-conflict action 2020-08-08 23:40:25 +05:30
Mrugesh Mohapatra
f6468f9053
chore: name workflow better 2020-08-06 14:21:02 +05:30
Twaha Rahman
d10a584b9c
feat(tools): add LightHouse CI to the GitHub workflows (#39353) 2020-08-06 14:14:53 +05:30
Oliver Eyton-Williams
15d0737cff chore: bump root 2020-08-04 03:50:20 +05:30
Randell Dawson
0f7fc6d91b
fix: set merge conflict Action to run every 12 hours instead of every 15 minutes (#39335)
* fix: run action every 12 hours

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-07-29 14:16:48 +02:00
Randell Dawson
2cfee3ae96
fix: set Action on 15 minute schedule (#39327) 2020-07-27 19:07:03 +02:00
Oliver Eyton-Williams
5337932fd8
fix: lock Ubuntu version for Cypress (#39322) 2020-07-27 18:06:58 +05:30
Randell Dawson
cade7396b3
chore(tools): Add GitHub Action to label merge conflicts (#39317)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-07-27 14:46:53 +05:30
Quincy Larson
18e2ca9c3a
feat: GitHub Sponsors 🎉 (#39144) 2020-06-27 00:00:39 +05:30
Mrugesh Mohapatra
8c208865f7
feat: create codeql for static analysis (#39106) 2020-06-20 01:44:20 +05:30
Ieahleen
f6aaa5f38a
chore(GitHub): template for reporting issues with articles (#39035)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2020-06-10 16:31:14 +05:30
Mrugesh Mohapatra
0fd8b7a6db
feat: update cypress version and config (#38892) 2020-06-10 01:47:13 +05:30
Ameen
2cfc28915c
Fixed formatting inconsistency in issue-template (#39016) 2020-06-06 09:10:57 +02:00
Oliver Eyton-Williams
65416fd351
test: record only if key is present (#38748) 2020-05-07 15:26:18 +05:30
Twaha Rahman
e23b4e1abf
fix: typo in PR template
Fixed the typo in line 14 from the word `addtional` to `additional`
2020-05-04 10:03:20 +02:00
Mrugesh Mohapatra
1dabaf8405
feat: enable github integration (#38678)
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-04-30 15:03:00 +05:30
Mrugesh Mohapatra
ba053b7abe
chore(e2e): update cypress config (#38676) 2020-04-29 16:47:06 +05:30
Mrugesh Mohapatra
6a1bb78142
fix/limit-branches 2020-04-29 16:20:14 +05:30
Oliver Eyton-Williams
54c6190361 feat: add GitHub action for e2e testing 2020-04-23 01:42:24 +05:30
Mrugesh Mohapatra
60bbdd99fd
chore: update link to contributing guide 2020-04-23 01:17:19 +05:30
Mrugesh Mohapatra
925c19efd1
chore: update label on issue template 2020-04-23 01:14:29 +05:30
mrugesh
dfe2d91360
docs: remove guide specific checklist points (#38240) 2020-02-20 20:43:51 +05:30
Quincy Larson
989bbfa8c6
Update donate link
Now it doesn't need to trigger a 301 redirect
2019-11-26 08:27:31 -06:00
mrugesh
b16ba8d18c chore: update issue templates 2019-10-02 11:55:13 +05:30
mrugesh
abcb70b3d5
chore: update bug report template 2019-10-02 11:45:18 +05:30
mrugesh
80b40f73c5
chore: update bug report template for platform 2019-10-02 11:34:32 +05:30
mrugesh
2b7e41d355
chore: remove bug template for guides 2019-10-02 11:31:26 +05:30
mrugesh
3a02183415
chore: update codeowners 2019-08-27 23:41:02 +05:30
mrugesh
6fd5672753
docs: create link to donate page 2019-06-20 20:34:50 +05:30
mrugesh
27bc7d81f2
Delete new-issue-triage.workflow 2019-06-13 03:34:32 +05:30
mrugesh
d2b68a3524
chore(tools): create triage actions (#36279) 2019-06-13 03:08:14 +05:30
Quincy Larson
ad79f47bcc Add a checkbox to tell people to only change files of one language at a time (#34645) 2018-12-11 17:46:53 -08:00
aravindveluri
8869476c1f Update CODEOWNERS (#30280) 2018-12-01 21:07:11 +08:00
Vandit Bhatt
3218e999bd Add comment tags to the end of the file (#32907)
Turned the last statement instructing collaborators to about closing issues into a comment.
2018-12-01 19:20:53 +08:00
S.Hale
3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
mrugesh mohapatra
0ea4c0168a
chore: update codeowners 2018-10-21 01:57:10 +05:30
mrugesh mohapatra
9b16c2bfab
chore: update codeowners 2018-10-21 01:55:06 +05:30
mrugesh mohapatra
18b9e60e22
chore: update codeowners for guide 2018-10-21 01:48:42 +05:30
mrugesh mohapatra
8ed9fae9ec
chore: update codeowners 2018-10-21 00:59:41 +05:30
mrugesh mohapatra
504b00e869
chore: update codeowners renaming team 2018-10-13 23:33:55 +05:30
mrugesh mohapatra
af16357b3a
chore: remove camperbot from codeowner 2018-10-13 23:19:37 +05:30
mrugesh mohapatra
5fab70b767 chore(github): add a codeowners file for dev team 2018-10-13 23:00:04 +05:30
Quincy Larson
efae848133 fix(template): simplify wording 2018-10-12 23:16:43 +05:30
Quincy Larson
4d33285d90 Fix a typo in the PR template 2018-10-12 23:08:17 +05:30
Quincy Larson
99623af56d
fix(template): simplify pull request template 2018-10-12 12:16:15 -05:00
mrugesh mohapatra
ec3c3a8fc5
docs: update pull request template 2018-10-11 21:49:01 +05:30
mrugesh mohapatra
faeaeb8bad
docs: update pull-request template 2018-10-11 21:14:08 +05:30
mrugesh mohapatra
0ac1b46dbf
docs: update issue templates 2018-10-11 17:37:55 +05:30
mrugesh mohapatra
14308b0958
docs: remove duplicate template 2018-10-11 17:36:17 +05:30
mrugesh mohapatra
b5e2b12dd4 docs: update issue templates 2018-10-11 17:35:36 +05:30
mrugesh mohapatra
aec23133cd docs: update issue templates 2018-10-11 17:29:23 +05:30
Mrugesh Mohapatra
995d720b33 docs: update issue and PR templates 2018-10-11 17:16:04 +05:30
Quincy Larson
a1f2fc7c5c docs: Simplify wording of GitHub issue template (#17190)
I deleted a lot of the description text in favor of just having descriptive headings. By reducing the amount of text, we increase the likelihood that people will actually read the text we have here.
2018-05-20 05:03:54 +05:30
Otto Jongerius
79411a511e chore: add section on how to raise security issues (#17160)
* chore: add section on how to raise security issues

* chore: update email address.
2018-05-14 09:33:45 +01:00
mrugesh mohapatra
4120a69ac7 fix(.github): Update pull request template (#15934)
The pull request template is not catching the `closes` keywords correctly since a recent update by GitHub, moving it to a new line and rewording will be a work around.
2017-10-06 23:06:27 +02:00
Timo
dcfe18d5d5 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Peter Weinberg
4d0af7aa44 fix(.github): update to ISSUE_TEMPLATE.md 2017-02-28 20:29:51 -05:00
Peter Weinberg
0b60d7de3a chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
MANISH-GIRI
2764912a61 Rename to freeCodeCamp in md files 2017-01-15 14:15:21 -05:00
Charlotte Tan
17471343d3 Update pre-submission checklist to advise users to run npm test 2016-10-30 06:09:21 +00:00
Eric Leung
230839c713 Fix Contributor Gitter chat room links 2016-09-24 17:00:22 -07:00
Mrugesh Mohapatra
3394b43cb7 fix(issue-template): Update the issue template
This commit updates the issue template to prevent accidental bot triggers.
2016-08-12 00:41:06 +05:30
theflametrooper
a45b0a5685 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
ariessa
8876eb595a Update link in PR Template 2016-07-01 22:27:46 +08:00
Mrugesh Mohapatra
3ae560c3fa Update PR Template 2016-06-29 23:21:04 +05:30
Kayleigh Migdol
2c2f216e94 Update ISSUE_TEMPLATE.md 2016-06-25 07:24:36 -07:00
Mrugesh Mohapatra
04d03f9501 Update PULL_REQUEST_TEMPLATE.md
Updating template, to guide new contributors more clearly.
2016-05-13 11:23:21 +05:30
Eric Leung
edc89b98a9 Update PR Template clarifying autoclosing issues 2016-05-08 09:55:41 -07:00
Eric Leung
e538207cd3 Note in Issue Template to remove unused sections 2016-04-16 11:23:37 -07:00
Eric Leung
294f6ddf89 Update Pull Request template with checklist 2016-04-11 21:50:20 -07:00
Eric Leung
b834b0675f Add challenge name to issue template 2016-04-07 08:14:10 -07:00
Guilherme Rodrigues
670d8f1dbe Improve PR template with details from CONTRIBUTING
Following discussion from https://github.com/FreeCodeCamp/FreeCodeCamp/pull/7170

Improve template with suggestions from review
2016-02-29 20:38:08 +01:00
Arsen Melikyan
61d70f8fc7 Fixes broken links in GitHub comments 2016-02-19 23:10:53 +04:00
Logan Tegman
e581165292 Tweak issue template
+ Make headings smaller
+ Add code pasting area
2016-02-18 09:03:54 -08:00
Arsen Melikyan
446fa62f88 Add Issue and Pull Request GitHub templates 2016-02-18 10:28:22 +04:00