Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e06284a

Browse files
EladBezaleltinayuangao
authored andcommitted
style(branding): branding consistency fixup (#10307)
fixes #10304
1 parent 810df2b commit e06284a

File tree

73 files changed

+250
-244
lines changed

Some content is hidden

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

73 files changed

+250
-244
lines changed

.github/CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Angular Material
1+
# Contributing to AngularJS Material
22

33
- [Code of Conduct](#coc)
44
- [Signing the CLA](#cla)<br/><br/>
@@ -9,16 +9,16 @@
99
- [Submission Guidelines](#submit)
1010

1111
## <a name="coc"></a> Code of Conduct
12-
Help us keep Angular open and inclusive.
12+
Help us keep AngularJS open and inclusive.
1313

1414
Please read and follow our
1515
[Code of Conduct](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md).
1616

1717
<br/>
1818
## <a name="question"></a> Have a Question, Problem, or Idea?
1919

20-
If you have questions or ideas regarding Angular Material, please direct these to the
21-
[Angular Material Forum](https://groups.google.com/forum/#!forum/ngmaterial).
20+
If you have questions or ideas regarding AngularJS Material, please direct these to the
21+
[AngularJS Material Forum](https://groups.google.com/forum/#!forum/ngmaterial).
2222

2323
Otherwise, do you:
2424

@@ -44,7 +44,7 @@ You can request a new feature by
4444
implement a new feature then consider what kind of change it is:
4545

4646
* **Major Changes** that you wish to contribute to the project should be discussed first on our
47-
[Angular Material Forum](https://groups.google.com/forum/#!forum/ngmaterial), so that we can better
47+
[AngularJS Material Forum](https://groups.google.com/forum/#!forum/ngmaterial), so that we can better
4848
coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is
4949
successfully accepted into the project.
5050
* **Small Changes** can be crafted and submitted to the
@@ -80,12 +80,12 @@ quickly:
8080

8181
* **Overview of the Issue** - if an error is being thrown, a non-minified stack trace helps.
8282

83-
* **Angular Material Version** - check the header of your `angular-material.js` file to determine
83+
* **AngularJS Material Version** - check the header of your `angular-material.js` file to determine
8484
your specific version #.
8585

8686
```js
8787
/*!
88-
* Angular Material Design
88+
* AngularJS Material Design
8989
* https://github.com/angular/material
9090
* @license MIT
9191
* v0.6.0-rc1-master-57f10f7
@@ -104,13 +104,13 @@ Here are two examples of well-defined issues:
104104
#### <a name="submitpr"></a>Submitting Pull Requests
105105

106106
**Important**: With the exception of minor bugs and doc fixes, we are not actively reviewing
107-
unsolicited PRs to Angular Material.
107+
unsolicited PRs to AngularJS Material.
108108

109109
Please check with us via [the discussion forum](https://groups.google.com/forum/#!forum/ngmaterial)
110110
before investing significant effort in a planned Pull Request submission; it's likely that we are already
111111
working on a related PR.
112112

113-
* All contributions must be consistent with the Angular Material coding conventions. See the
113+
* All contributions must be consistent with the AngularJS Material coding conventions. See the
114114
[Coding Guidelines](../docs/guides/CODING.md)
115115
* Submit proposed changes or additions as GitHub pull requests. See the
116116
[Pull Request Guidelines](../docs/guides/PULL_REQUESTS.md)
@@ -120,7 +120,7 @@ working on a related PR.
120120

121121
We have very precise rules over how our git commit messages can be formatted. This leads to **more
122122
readable messages** that are easy to follow when looking through the **project history**. It is
123-
important to note that we use the git commit messages to **generate** the Angular Material
123+
important to note that we use the git commit messages to **generate** the AngularJS Material
124124
[Changelog](../../CHANGELOG.md) document.
125125

126126
> A detailed explanation of guidelines and conventions can be found in this
@@ -201,9 +201,9 @@ refactor(content): prefix mdContent scroll- attributes
201201
## <a name="pr_forks"></a> Guidelines for Developer Commit Authorizations
202202

203203
Please review the [Commit Level and Authorization Guidelines](../docs/guides/COMMIT_LEVELS.md) for
204-
details on how to implement and submit your fixes, changes, or enhancements to Angular Material.
204+
details on how to implement and submit your fixes, changes, or enhancements to AngularJS Material.
205205

206-
This guideline provides details on creating a repository Fork of the Angular Material repository
206+
This guideline provides details on creating a repository Fork of the AngularJS Material repository
207207
and how to submit Pull Requests.
208208

209209

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
- `CodePen Demo which shows your issue:`
77
- `Details:`
88

9-
**Angular Versions**: *
10-
- `Angular Version:`
11-
- `Angular Material Version:`
9+
**AngularJS Versions**: *
10+
- `AngularJS Version:`
11+
- `AngularJS Material Version:`
1212

1313
**Additional Information**:
1414
- `Browser Type: *`

0 commit comments

Comments
 (0)