Skip to content

Commit

Permalink
Add basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnslndh committed Apr 20, 2024
1 parent 34415e2 commit e49b40c
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "Cake.DotMemoryUnit",
"projectOwner": "cake-contrib"
}
144 changes: 144 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
# Contributing to Cake.DotMemoryUnit

First and foremost, thank you! We appreciate that you want to contribute to Cake.DotMemoryUnit,
your time is valuable, and your contributions mean a lot to us.

## Table of Contents

- [Important](#important)
- [Getting started](#getting-started)
- [Issues](#issues)
- [Before creating an issue](#before-creating-an-issue)
- [Creating an issue](#creating-an-issue)
- [Closing issues](#closing-issues)
- [Next steps](#next-steps)

## Important

By contributing to this project, you:

- Agree that you have authored 100% of the content
- Agree that you have the necessary rights to the content
- Agree that you have received the necessary permissions from your employer to make the contributions (if applicable)
- Agree that the content you contribute may be provided under the Project license(s)
- Agree that, if you did not author 100% of the content,
the appropriate licenses and copyrights have been added along with any other necessary attribution.

## Getting started

**What does "contributing" mean?**
Creating an issue is the simplest form of contributing to a project.
But there are many ways to contribute, including the following:

- Updating or correcting documentation
- Feature requests
- Bug reports

If you'd like to learn more about contributing in general, the [Guide to Idiomatic Contributing][idiomatic-contributing] has a lot of useful information.

**Showing support for Cake.DotMemoryUnit**
Please keep in mind that open source software is built by people like you,
who spend their free time creating things the rest of the community can use.

Don't have time to contribute? No worries, here are some other ways to show your support for Cake.DotMemoryUnit:

- star the [project][]
- tweet your support for Cake.DotMemoryUnit
- answer questions on [StackOverflow][]

## Issues

Please only create issues for bug reports or feature requests.
Issues discussing any other topics may be closed by the project's maintainers without further explanation.

Do not create issues about bumping dependencies unless a bug has been identified
and you can demonstrate that it effects this library.

**Help us to help you**
Remember that we’re here to help, but not to make guesses about what you need help with:

- Whatever bug or issue you're experiencing, assume that it will not be as obvious to the maintainers as it is to you.
- Spell it out completely. Keep in mind that maintainers need to think about _all potential use cases_ of a library.
It's important that you explain how you're using a library so that maintainers can make that connection
and solve the issue.

_It can't be understated how frustrating and draining it can be to maintainers to have to ask
clarifying questions on the most basic things,
before it's even possible to start debugging.
Please try to make the best use of everyone's time involved, including yourself,
by providing this information up front._

### Before creating an issue

Please try to determine if the issue is caused by an underlying library, and if so, create the issue there.
Sometimes this is difficult to know. We only ask that you attempt to give a reasonable attempt to find out.
Oftentimes the readme will have advice about where to go to create issues.

Try to follow these guidelines:

- **Avoid creating issues for implementation help** - It's much better for discoverability, SEO, and semantics -
to keep the issue tracker focused on bugs and feature requests -
to ask implementation-related questions on [stackoverflow.com][stackoverflow]
- **Investigate the issue** - Search for existing issues (open or closed) that address the issue, and might have even resolved it already.
- **Check the readme** - oftentimes you will find notes about creating issues,
and where to go depending on the type of issue.
- Create the issue in the appropriate repository.

### Creating an issue

Please be as descriptive as possible when creating an issue.
Give us the information we need to successfully answer your question or address your issue
by answering the following in your issue:

- **description**: (required) What is the bug you're experiencing? How are you using this library?
- **OS**: (required) What operating system are you on?
- **version**: (required) please note the version of Cake.DotMemoryUnit you are using
- **cake version**: (required) please note the version of Cake you are running your build script with
- **error messages**: (required) please paste any error messages into the issue,
or a [gist][] (you may also link to a failing build)
- **addins, etc**: (if applicable) please list any other addins you're using that may affect the Cake.DotMemoryUnit addin

### Closing issues

The original poster or the maintainers of Cake.DotMemoryUnit may close an issue at any time.
Typically, but not exclusively, issues are closed when:

- The issue is resolved, and will be released in the next version of Cake.DotMemoryUnit
- The project's maintainers have determined the issue is out of scope
- An issue is clearly a duplicate of another issue, in which case the duplicate issue will be linked.
- A discussion has clearly run its course

## Next steps

**Tips for creating idiomatic issues**
Spending just a little extra time to review best practices and brush up on your contributing skills will, at minimum,
make your issue easier to read, easier to resolve,
and more likely to be found by others who have the same or similar issue in the future.
At best, it will open up doors and potential career opportunities by helping you be at your best.

The following resources were hand-picked to help you be the most effective contributor you can be:

- The [Guide to Idiomatic Contributing][idiomatic-contributing] is a great place for newcomers to start,
but there is also information for experienced contributors there.
- Take some time to learn basic markdown. We can't stress this enough.
Don't start pasting code into GitHub issues before you've taken a moment to review this [markdown cheatsheet][md-cheatsheet]
- The GitHub guide to [basic markdown][basic-md] is another great markdown resource.
- Learn about [GitHub Flavored Markdown][gh-flavored-md].
And if you want to really go above and beyond,
read [mastering markdown][mastering-md].

At the very least, please try to:

- Use backticks to wrap code.
This ensures that it retains its formatting and isn't modified when it's rendered by GitHub,
and makes the code more readable to others
- When applicable, use syntax highlighting by adding the correct language name after the "code fence"

[basic-md]: https://help.github.com/articles/markdown-basics/
[gh-flavored-md]: https://help.github.com/articles/github-flavored-markdown/
[gist]: https://gist.github.com/
[idiomatic-contributing]: https://github.com/jonschlinkert/idiomatic-contributing
[mastering-md]: https://guides.github.com/features/mastering-markdown/
[md-cheatsheet]: https://gist.github.com/jonschlinkert/5854601
[project]: https://github.com/cake-contrib/Cake.DotMemoryUnit
[stackoverflow]: https://stackoverflow.com/questions/tagged/cakebuild
68 changes: 68 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Cake.DotMemoryUnit

[![standard-readme compliant][]][standard-readme]
[![All Contributors][all-contributorsimage]](#contributors)
[![Build][githubimage]][githubbuild]
[![Codecov Report][codecovimage]][codecov]
[![NuGet package][nugetimage]][nuget]

Makes [dotMemory Unit][dotmemory-unit] available as a tool in Cake.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the appropriate settings class:

```
#tool nuget:?package=JetBrains.dotMemoryUnit
```

## Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the `extension Q&A` category.

[![Join in the discussion on the Cake repository][cake-discussions-image]][cake-discussions]

## Maintainer

[Magnus Lindhe @mgnslndh][maintainer]

## Contributing

Cake.ESLint follows the [Contributor Covenant][contrib-covenant] Code of Conduct.

We accept Pull Requests.
Please see [the contributing file][contributing] for how to contribute to Cake.ESLint.

Small note: If editing the Readme, please conform to the [standard-readme][] specification.

This project follows the [all-contributors][] specification. Contributions of any kind welcome!

### Contributors

Thanks goes to these wonderful people ([emoji key][emoji-key]):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

[cake-discussions]: https://github.com/cake-build/cake/discussions
[cake-discussions-image]: https://img.shields.io/badge/GitHub-Discussions-green?logo=github
[dotmemory-unit]: https://www.jetbrains.com/dotmemory/unit/
[all-contributors]: https://github.com/all-contributors/all-contributors
[all-contributorsimage]: https://img.shields.io/github/all-contributors/cake-contrib/Cake.DotMemoryUnit.svg?color=orange&style=flat-square
[githubbuild]: https://github.com/cake-contrib/Cake.DotMemoryUnit/actions/workflows/build.yml?query=branch%3Amain
[githubimage]: https://github.com/cake-contrib/Cake.DotMemoryUnit/actions/workflows/build.yml/badge.svg?branch=main
[codecov]: https://codecov.io/gh/cake-contrib/Cake.DotMemoryUnit
[codecovimage]: https://img.shields.io/codecov/c/github/cake-contrib/Cake.DotMemoryUnit.svg?logo=codecov&style=flat-square
[contrib-covenant]: https://www.contributor-covenant.org/version/1/4/code-of-conduct
[contributing]: CONTRIBUTING.md
[emoji-key]: https://allcontributors.org/docs/en/emoji-key
[maintainer]: https://github.com/mgnslndh
[nuget]: https://nuget.org/packages/Cake.DotMemoryUnit
[nugetimage]: https://img.shields.io/nuget/v/Cake.DotMemoryUnit.svg?logo=nuget&style=flat-square
[license]: LICENSE.txt
[standard-readme]: https://github.com/RichardLitt/standard-readme
[standard-readme compliant]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square

0 comments on commit e49b40c

Please sign in to comment.