Skip to content

Commit 39192f2

Browse files
Darius Neațuednolan
authored andcommitted
Propagate lowercase everything from the Beman Standard to the entire org
1 parent f1abf3c commit 39192f2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/implementation-deficiency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
<!--
1111
Please follow our code of conduct when engaging in the Beman community:
12-
https://github.com/bemanproject/beman/blob/main/docs/CODE_OF_CONDUCT.md
12+
https://github.com/bemanproject/beman/blob/main/docs/code_of_conduct.md
1313
-->
1414

1515
## Describe the deficiency

.github/ISSUE_TEMPLATE/infrastructure-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
<!--
1111
Please follow our code of conduct when engaging in the Beman community:
12-
https://github.com/bemanproject/beman/blob/main/docs/CODE_OF_CONDUCT.md
12+
https://github.com/bemanproject/beman/blob/main/docs/code_of_conduct.md
1313
-->
1414

1515
## I am attempting to

.github/ISSUE_TEMPLATE/paper-discussion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
<!--
1111
Please follow our code of conduct when engaging in the Beman community:
12-
https://github.com/bemanproject/beman/blob/main/docs/CODE_OF_CONDUCT.md
12+
https://github.com/bemanproject/beman/blob/main/docs/code_of_conduct.md
1313
-->
1414

1515
## Use case

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
22
Please take note of the following when contributing:
3-
- Our code of conduct: https://github.com/bemanproject/beman/blob/main/docs/CODE_OF_CONDUCT.md
4-
- The Beman Standard: https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md
3+
- Our code of conduct: https://github.com/bemanproject/beman/blob/main/docs/code_of_conduct.md
4+
- The Beman Standard: https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md
55
-->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Distributed under the Boost Software License, Version 1.0.
1818

1919
**Implements**: [Unicode in the Library, Part 1: UTF Transcoding (P2728R7)](https://wg21.link/P2728R7) and [A Sentinel for Null-Terminated Strings (P3705R2)](https://isocpp.org/files/papers/P3705R2.html)
2020

21-
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
21+
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use)
2222

2323
## Examples
2424

@@ -229,7 +229,7 @@ ctest --test-dir build
229229
> [!IMPORTANT]
230230
>
231231
> Beman projects are
232-
> [passive projects](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md#cmake),
232+
> [passive projects](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md#cmake),
233233
> therefore,
234234
> you will need to specify the C++ version via `CMAKE_CXX_STANDARD`
235235
> when manually configuring the project.

0 commit comments

Comments
 (0)