Skip to content

Commit 944a5fd

Browse files
authored
Merge branch 'main' into fix-liquid-urls
2 parents da71e90 + e09497e commit 944a5fd

File tree

61 files changed

+327
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+327
-89
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Please confirm this pull request meets the following requirements:
33

44
- [ ] I followed the contributing guidelines: <https://github.com/github/explore/blob/main/CONTRIBUTING.md>.
5-
- [ ] I am not the sole author or employee of a company who created the topic or collection I'm changing.
5+
- [ ] I am not the sole author or employee of a company who created the topic or collection I am changing.
66

77
### Which change are you proposing?
88

.github/workflows/conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: |
1212
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1313
echo "This was not checked:"
14-
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
14+
echo "> I am not the sole author or employee of a company who created the topic or collection I am changing."
1515
echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement."
1616
echo "Thank you!"
1717
exit 1
18-
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection')
18+
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection I am changing.')
1919
name: Fail
2020
- run: exit 0
21-
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection')
21+
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection I am changing.')
2222
name: Succeed

collections/front-end-javascript-frameworks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ items:
3030
- vercel/next.js
3131
- gatsbyjs/gatsby
3232
- sveltejs/kit
33+
- refinedev/refine
3334

3435
display_name: Front-end JavaScript frameworks
3536
created_by: jonrohan

collections/learn-to-code/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ items:
3636
- hexlet-basics/hexlet-basics
3737
- hexlet-codebattle/codebattle
3838
- Hexlet/hexletguides.github.io
39+
- aykutkardas/regexlearn.com
3940

4041
display_name: Learn to Code
4142
created_by: alysonla

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ items:
2626
- raphamorim/rio
2727
- avelino/awesome-go
2828
- okfn-brasil/querido-diario
29+
- Purple-Stock/open-erp
2930

3031
display_name: Made in Brazil
3132
created_by: caarlos0

collections/made-in-india/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- SigNoz/signoz
2424
- uvdesk/community-skeleton
2525
- CRED-CLUB/synth-android
26-
- xkrishguptaa/gardevoir
26+
- xkrishguptaa/reseter.css
2727
- pupilfirst/pupilfirst
2828
- kadalu/kadalu
2929
- project-sunbird

collections/programming-languages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ items:
6666
- carbon-language/carbon-lang
6767
- imba/imba
6868
- Jackojc/cane
69+
- cython/cython
6970
display_name: Programming languages
7071
created_by: leereilly
7172
---

collections/voxel-editors/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ items:
44
- guillaumechereau/goxel
55
- emilk/sproxel
66
- grking/zoxel
7-
- mgerhardy/vengi
87
- Perkovec/Vuxel
98
- GaidamakUA/Voxenko
109
- gerardparareda/BlockyTracer
@@ -18,6 +17,8 @@ items:
1817
- chrmoritz/Troxel
1918
- zakorgy/voxel-editor
2019
- simlu/voxelshop
20+
- vengi-voxel/vengi
21+
2122
display_name: Voxel Editors
2223
---
2324
Software to design and edit 3D voxel files, this list is only for standalone software and not extensions/plugins/addons to existing software. This is list is NOT to be used to list software that is not designed to be Voxel First software - this means that if software has Voxel capabilities on the side and was not originally intended/designed to be used for Voxel editing then is not suitable for this list.

topics/api/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ short_description: An API (Application Programming Interface) is a collection of
55
and subroutines for building software.
66
topic: api
77
wikipedia_url: https://en.wikipedia.org/wiki/Application_programming_interface
8+
related: rest-api, graphql-api, soap, rpc, wsdl
89
---
9-
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
10+
An **API** can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.

topics/bdd/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
aliases: behavior-driven-development
3+
created_by: Kent Beck, D.D. McCracken
4+
display_name: Behavior-driven development
5+
released: 1957
6+
short_description: Behavior-driven development is a test-first, agile testing practice with business-facing scenarios.
7+
topic: bdd
8+
wikipedia_url: https://en.wikipedia.org/wiki/Behavior-driven_development
9+
related: atdd, tdd, testing, continuous-testing, specification-by-example, cucumber, behat, gherkin
10+
---
11+
**Behavior-driven development** (**BDD**) is a test-first, agile testing practice. Without focusing on internal implementation, BDD tests are business-facing scenarios that attempt to describe the behavior of a story, feature, or capability from a user’s perspective. Behaviour-driven development is a synthesis and refinement of practices stemming from test-driven development (TDD) and acceptance-test-driven development (ATDD).

0 commit comments

Comments
 (0)