Jeremy Friesen
0549b6c38d
Removing jeremyf and asheren from Core contributors ( #18262 )
2022-08-02 17:29:04 -04:00
Andy George
c33c36f2ec
remove jdoss from core team ( #18120 )
2022-07-14 10:30:41 -05:00
Jeremy Friesen
40e9107b1e
Removing core members 😭 ( #18010 )
...
See https://dev.to/devteam/dev-team-update-261j
2022-06-30 12:54:45 -04:00
Joshua Wehner
bdcf725290
Add jaw6 to core team ( #17791 )
2022-06-02 10:44:09 +02:00
Ridhwana
8975adf35f
feat: link to the contributing guide on developers.forem.com ( #17703 )
2022-05-18 16:13:14 +02:00
Jeremy Friesen
c9010c6e3d
Removing Jamie from core ( #17575 )
2022-05-05 10:39:38 -04:00
Jeremy Friesen
19a2bb2c0c
Removing Alex from core member list ( #17563 )
2022-05-04 11:55:25 -04:00
Thomas Bnt
fd2614ea80
Edit URL deployment to GitPod ( #16795 )
...
* Edit URL deployment to GitPod
* Added Getting Started with Gitpod
2022-05-02 09:50:56 -04:00
Daniel Uber
37a82b8393
Update readme ( #17517 )
2022-04-29 14:14:49 -04:00
Nick Taylor
56f576c4f2
Remove myself from the core team ( #16967 )
2022-03-22 10:49:39 -04:00
Takuya N
392030f3bf
Update Travis CI badge to the latest ( #16929 )
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-03-21 11:20:45 -04:00
Takuya N
8b085d58a8
Fix typo: Gitpod ( #16930 )
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-03-21 07:16:20 -06:00
Michael Kohl
3322b49e84
✂️ Remove myself from core contributors ( #16672 )
...
* Remove myself from core contributors
* Update comments
* Update more comments
2022-02-25 09:56:19 -05:00
Allison McMillan
36acb7c9a0
add asheren to core team ( #16555 )
...
Adding myself to the core team on the readme
2022-02-14 14:23:43 -05:00
Dwight Scott
325a9f9e3f
Add me (Dwight) to readme :) ( #15816 )
2021-12-17 14:50:45 -05:00
Michael Kohl
8be270d3d9
Remove some README badges ( #15614 )
2021-12-01 10:54:02 -05:00
rhymes
cde6f04cc7
Remove rhymes from the Core Team ( #15167 )
...
😭
2021-10-22 20:51:40 +02:00
Tayllan
fc77376c1b
Translate actions in articles view ( #14911 )
...
* Translate actions in articles view
* Move reactions to core.reactions namespace
* Add quotes to share_to in yml file
* Fix wrong translation in english locale
Co-authored-by: rhymes <github@rhymes.dev>
2021-10-07 12:08:14 +07:00
Jeremy Friesen
aff4754ad0
Adding jeremyf to core team ( #14947 )
...
Jeremy started at Forem on October 4, 2021
2021-10-05 14:38:20 -04:00
Ammar Hussein
cacf3e4fa5
fix installation URL ( #14829 )
2021-09-27 14:25:24 -05:00
Michael Kohl
4b6a9a1567
Update README.md ( #14633 )
2021-08-31 09:29:52 -05:00
Michael Kohl
521f1d26bc
Upgrade to Ruby 3.0.2 ( #12103 )
...
Co-authored-by: rhymes <rhymes@hey.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2021-08-25 14:26:33 -04:00
Andy Zhao
b34455a9e7
Fix broken links ( #14588 )
2021-08-24 16:59:56 -04:00
Andy Zhao
3b81172c56
Remove docs from repo ✂✂✂ ( #14579 )
...
* Remove docs ✂✂✂✂
* Remove all references to docs and gitdocs
* Update docs.forem.com to developers.forem.com
* Remove .gitdocs_build/
* Update yarn.lock
2021-08-23 17:23:42 -04:00
Rajat Talesra
b5ed02d13e
Add Rajat to core team list ( #14264 )
2021-07-19 08:41:33 -04:00
Michael Kohl
159de0afc3
Remove Jacob from core team ( #14178 )
2021-07-09 11:05:57 -04:00
Vaidehi Joshi
30d0ea369b
Remove Vaidehi from Forem Core Team ( #13769 )
2021-05-14 12:31:31 -07:00
Alex
393ba00221
Remove Elasticsearch ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ( #13606 )
...
* Attempt number 1
* Fix rack_attack specs
* Fix users_searches_users spec
* Fix display_users_search_spec
* Fix comment typo
* Remove search:destroy task from cypress
* Remove port 9300 from gitpod
* Stub response in attack_spec
2021-05-03 11:09:45 -04:00
Josh Puetz
9fe7be190b
Switch references to Forem master branch to main ( #12325 )
2021-04-16 11:51:06 -05:00
rhymes
a992fcd8b4
Update README core contributors ( #12951 )
2021-03-09 17:59:38 +01:00
Daniel Uber
3b0029cb08
Add myself as a core contributor in the readme ( #12950 )
2021-03-09 10:21:14 -06:00
Ridhwana
05e31971cb
Navigation Items and Role access for Data Update Scripts ( #12292 )
...
* feat: add tech_menu_items to the admin helper
* feat: add the tech resources to /admin if the user has the correct role
* feat: use a partial that will show the data update scripts in the navbar with the correct role
* chore: use a method
* test: chore
* feat: setup the data to need permission single_resource_admin with DataUpdateScript permissions
* chore: remove the if current_user.tech_admin?
* chore: remove line
* feat: add a DUS for single_resource_admin roles to be added to users with tech_admin roles
* fix: move all teh routes outside of the block where tech_admin is required.
* chore: use the constant and remove the method
* chore: add a comma
* Update config/routes.rb
Co-authored-by: rhymes <rhymes@hey.com>
* feat: add a tech admin role to the dropdown
* feat: add the tech admin role along with single_resource_admin
* chore: oops
* refactor: amend the spec to use let blocks
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-09 17:41:14 +02:00
Christina
c0f38b4567
Adding Community to the table of contents. ( #12293 )
...
When I updated the docs with the community section previously I forgot to add the link in the Table of Contents. This adds the link.
2021-01-15 09:40:16 -06:00
Suzanne Aitchison
cb44b31c83
add suzanne to list of core team members ( #12277 )
2021-01-14 13:39:41 +00:00
ashwin
76894934e9
Fixed punctuation mistakes ( #12209 )
...
* Fixed punctuation mistakes
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
2021-01-13 16:27:46 -05:00
Katie Davis
a9acb505ed
Add Katie core team members 🎉 ( #12243 )
2021-01-12 17:12:53 -05:00
ashwin
0fe4164397
Add scroll back to the top to README ( #12208 )
...
* Add scroll back to top feature
* Add scroll back to top feature
2021-01-12 10:43:58 +01:00
Christina
f339531932
Update to add Community section. ( #12203 )
...
* Update to add Community section.
Would like to add a Community section to our Readme to highlight where community members/contributors should go to hav discussions around features or other general questions.
* changing Forem.dev to forem.dev
Replaced Forem.dev to forem.dev for consistency across our various platforms.
2021-01-11 13:59:01 -06:00
Michael Kohl
cd94fb2362
Update README ( #11491 )
...
* Update README
* Fix commit activity shield
* 🤦
2020-11-20 09:48:17 +07:00
Pat Hannon
151a2f53a6
Adds phannon as a Core contributor. ( #11510 )
2020-11-19 16:31:08 -06:00
Andy George
0cc2513226
add "andygeorge" to Core team list ( #11355 )
2020-11-10 09:50:21 -06:00
Peter Frank
e42fd2c0ce
Add Acknowledgment section ( #10943 )
...
And a mention of the Twemoji project
2020-10-19 20:36:07 -04:00
Christina
16a7d8c47f
Adding name to core-team per my on-boarding doc ( #10821 )
2020-10-13 11:13:59 +07:00
Mac Siri
7417d03884
Update README's Badge ( #10489 )
2020-09-30 16:38:23 -04:00
Rafi
76ba4a5609
Changing rails version to 6.0.3 in docs ( #9802 )
2020-08-17 08:59:09 -05:00
Nick Taylor
1faa7c723f
Updated docs.dev.to to docs.forem.com ( #9666 )
2020-08-07 11:24:53 -04:00
Christina
112d7bb48f
Update README.md ( #9531 )
...
Replacing links to https://docs.dev.to in the Getting Started section with links to the newer https://docs.forem.com/ instead
2020-07-27 09:59:54 +07:00
Mazen Touati
ed3d8901b2
Update Readme ( #9333 )
...
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2020-07-16 10:26:25 -04:00
Christina
73187e82ba
Add missing words in README ( #9341 )
...
Adding in missing word `write` to the forem/README.md file.
2020-07-16 09:49:16 +02:00
Andy Zhao
3b73038919
Update more Forem to DEV language ( #9337 )
...
* Update more Forem to DEV language
* Update readme with more Forem language
* Use Forem favicon, thanks @atsmith813!
2020-07-15 18:01:34 -04:00