Skip to content

Commit

Permalink
Merge branch 'master' into bump-actions-node
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Apr 8, 2022
2 parents 8ed8e61 + 8677473 commit 49a89c9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 36 deletions.
18 changes: 6 additions & 12 deletions blueprints/addon/files/README.md
@@ -1,38 +1,32 @@
<%= addonName %>
==============================================================================
# <%= addonName %>

[Short description of the addon.]


Compatibility
------------------------------------------------------------------------------
## Compatibility

* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above


Installation
------------------------------------------------------------------------------
## Installation

```
ember install <%= addonName %>
```


Usage
------------------------------------------------------------------------------
## Usage

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------
## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------
## License

This project is licensed under the [MIT License](LICENSE.md).
18 changes: 6 additions & 12 deletions tests/fixtures/addon/defaults/README.md
@@ -1,38 +1,32 @@
foo
==============================================================================
# foo

[Short description of the addon.]


Compatibility
------------------------------------------------------------------------------
## Compatibility

* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above


Installation
------------------------------------------------------------------------------
## Installation

```
ember install foo
```


Usage
------------------------------------------------------------------------------
## Usage

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------
## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------
## License

This project is licensed under the [MIT License](LICENSE.md).
18 changes: 6 additions & 12 deletions tests/fixtures/addon/yarn/README.md
@@ -1,38 +1,32 @@
foo
==============================================================================
# foo

[Short description of the addon.]


Compatibility
------------------------------------------------------------------------------
## Compatibility

* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above


Installation
------------------------------------------------------------------------------
## Installation

```
ember install foo
```


Usage
------------------------------------------------------------------------------
## Usage

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------
## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------
## License

This project is licensed under the [MIT License](LICENSE.md).

0 comments on commit 49a89c9

Please sign in to comment.