Skip to content

Commit b4a4b5c

Browse files
committed
renaming
1 parent 68ea341 commit b4a4b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Contribute to Angular Base
1+
# Contribute to Angular Base Apps
22

33
We always want to hear from our users, whether they're reporting bugs, suggesting new features, or even adding them themselves.
44

55
## Reporting Bugs
66

7-
[Open a new issue](https://github.com/base-apps/angular-base/issues/new) to report a problem you're having with Angular Base. When writing your issue, keep these things in mind:
7+
[Open a new issue](https://github.com/base-apps/angular-base-apps/issues/new) to report a problem you're having with Angular Base. When writing your issue, keep these things in mind:
88

99
- **Be descriptive.** If you can, upload a screenshot of problem you're having, or copy and paste any JavaScript or command line errors you encounter. Being detailed will help us hone in on the problem faster.
1010
- **Post your code.** It's very helpful to see any HTML, Sass, or JavaScript you've written that you think may be causing the problem. In some cases, we might be able to fix your problem just by fixing your code.
@@ -23,5 +23,5 @@ If you think you can solve a problem yourself, or want to implement a new featur
2323
- Android Browser 4+
2424
- **When changing or adding Sass code, follow these steps:**
2525
- If you change anything about the settings variables for a component, run `gulp sass:settings` to generate a new settings file.
26-
- If you add a new variable, follow our [rules for variable names](https://github.com/base-apps/angular-base/wiki/Variable-Naming).
26+
- If you add a new variable, follow our [rules for variable names](https://github.com/base-apps/angular-base-apps/wiki/Variable-Naming).
2727
- If you change a mixin's parameters, find the component's mixin documentation and change the parameters there as well.

0 commit comments

Comments
 (0)