Skip to content

Commit 39db348

Browse files
neatudariusDarius Neațu
andauthored
chore: propagate lowercase everything from the Beman Standard to the entire org (#5)
Co-authored-by: Darius Neațu <[email protected]>
1 parent 1fd1716 commit 39db348

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,14 +1,14 @@
11
<!--
22
Please follow our code of conduct when engaging in the Beman community:
3-
https://github.com/bemanproject/beman/blob/main/docs/CODE_OF_CONDUCT.md
3+
https://github.com/bemanproject/beman/blob/main/docs/code_of_conduct.md
44
-->
55

66
<!--
77
Thank you for your contribution!
88
99
If you are updating project structure or build configs:
1010
- Make sure your contribution conforms to the Beman Standard:
11-
https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md
11+
https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md
1212
- For new CMake arguments / presets: please make sure you added appropriate CI tests.
1313
1414
If you are updating documentation:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
88
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/bemanproject/bounds_test/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/bemanproject/bounds_test/actions/workflows/pre-commit.yml/badge.svg) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
99

1010
`beman.bounds_test` is a C++ library providing overflow and undefined behavior
11-
checking for integer operations. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md).
11+
checking for integer operations. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).
1212

1313
**Implements**: [P1619 Functions for Testing Boundary Conditions on Integer Operations](https://wg21.link/P1619)
1414
targeted at C++29.
1515

16-
**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)
16+
**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)
1717

1818
## Overview
1919

0 commit comments

Comments
 (0)