Skip to content

Commit cb6a61f

Browse files
Merge pull request #4 from rickbutterfield/chore/READMEs
chore: READMEs
2 parents 8314871 + bcdc502 commit cb6a61f

File tree

8 files changed

+85
-27
lines changed

8 files changed

+85
-27
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Contributions to this package are most welcome!
44

5-
There is a test site in the solution to make working with this repository easier.
5+
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.
66

7-
TODO: *instructions on how to log in to test site assuming you have committed a db with some content*
7+
### Using the test sites
8+
The repo comes with test sites for Umbraco 10, 11, 12 and 13. Use the following credentials to log into the back office:
9+
10+
```
11+
12+
Password: 1234567890
13+
```
14+
15+
### Who do I talk to?
16+
This project is maintained by [Rick Butterfield](https://github.com/rickbutterfield), [Thomas Morris](https://github.com/tcmorris) and contributors. If you have any questions about the project please get in touch on [Twitter](https://twitter.com/rickbutterfield), or by raising an issue on GitHub.

.github/README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,35 @@
44
[![NuGet](https://img.shields.io/nuget/vpre/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
55
[![GitHub license](https://img.shields.io/github/license/rickbutterfield/Umbraco.Community.Sustainability?color=8AB803)](../LICENSE)
66

7-
TODO: describe your package
7+
A community package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
88

9-
<!--
10-
Including screenshots is a really good idea!
9+
In the Backoffice, there is a Content App to see page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
1110

12-
If you put images into /docs/screenshots, then you would reference them in this readme as, for example:
13-
14-
<img alt="..." src="https://github.com/rickbutterfield/Umbraco.Community.Sustainability/blob/develop/docs/screenshots/screenshot.png">
15-
-->
11+
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg" alt="Umbraco.Community.Sustainability content app" />
1612

1713
## Installation
1814

1915
Add the package to an existing Umbraco website (v10.4+) from nuget:
2016

2117
`dotnet add package Umbraco.Community.Sustainability`
2218

23-
TODO *provide any other instructions for someone using your package*
19+
Once added, a new Content App will be available alongside your Umbraco pages allowing you to trigger a sustainability report.
2420

2521
## Contributing
2622

27-
Contributions to this package are most welcome! Please read the [Contributing Guidelines](CONTRIBUTING.md).
23+
Contributions to this package are most welcome! Please read the [Contributing Guidelines](CONTRIBUTING.md) for how to get involved.
24+
25+
Here are some things for our roadmap:
26+
27+
- A visual review of the content app (particularly with v14/Belissima in mind)
28+
- Dashboard
29+
- Health checks
30+
- Content and media warnings
31+
- Configuration options
32+
- Improved accuracy of reporting
33+
34+
## License
2835

29-
## Acknowledgments
36+
Copyright &copy; [Rick Butterfield](https://github.com/rickbutterfield), [Thomas Morris](https://github.com/tcmorris) and other contributors.
3037

31-
TODO
38+
Licensed under the [MIT License](https://github.com/rickbutterfield/Umbraco.Community.Sustainability/blob/main/LICENSE.md).
89.8 KB
Loading
153 KB
Loading

docs/README_nuget.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,22 @@
44
[![NuGet](https://img.shields.io/nuget/vpre/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
55
[![GitHub license](https://img.shields.io/github/license/rickbutterfield/Umbraco.Community.Sustainability?color=8AB803)](https://github.com/rickbutterfield/Umbraco.Community.Sustainability/blob/main/LICENSE)
66

7-
TODO: describe your package for nuget audience
7+
A community package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
8+
9+
In the Backoffice, there is a Content App to see page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
10+
11+
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg" alt="Umbraco.Community.Sustainability content app" />
12+
13+
## Installation
14+
15+
Add the package to an existing Umbraco website (v10.4+) from nuget:
16+
17+
`dotnet add package Umbraco.Community.Sustainability`
18+
19+
Once added, a new Content App will be available alongside your Umbraco pages allowing you to trigger a sustainability report.
20+
21+
## License
22+
23+
Copyright &copy; [Rick Butterfield](https://github.com/rickbutterfield), [Thomas Morris](https://github.com/tcmorris) and other contributors.
24+
25+
Licensed under the [MIT License](https://github.com/rickbutterfield/Umbraco.Community.Sustainability/blob/main/LICENSE.md).

src/Umbraco.Community.Sustainability.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ VisualStudioVersion = 17.4.33020.496
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2202CE0-0485-4493-A256-F2E7B2DCB32D}"
77
ProjectSection(SolutionItems) = preProject
8+
..\.github\CONTRIBUTING.md = ..\.github\CONTRIBUTING.md
89
..\LICENSE = ..\LICENSE
910
..\.github\README.md = ..\.github\README.md
1011
..\umbraco-marketplace.json = ..\umbraco-marketplace.json

src/Umbraco.Community.Sustainability/Umbraco.Community.Sustainability.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>Umbraco.Community.Sustainability</Product>
99
<PackageId>Umbraco.Community.Sustainability</PackageId>
1010
<Title>Umbraco.Community.Sustainability</Title>
11-
<Description>...</Description>
11+
<Description>A package from the Umbraco Community Sustainability Team which helps developers and editors see and improve the carbon impact of their websites.</Description>
1212
<PackageTags>umbraco;umbraco-marketplace</PackageTags>
1313
<RootNamespace>Umbraco.Community.Sustainability</RootNamespace>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

umbraco-marketplace.json

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
{
2-
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
3-
"AuthorDetails": {
4-
"Name": "Umbraco Sustainability Community Team",
5-
"ImageUrl": "https://github.com/rickbutterfield.png"
2+
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
3+
"AuthorDetails": {
4+
"Name": "Umbraco Sustainability Community Team",
5+
"ImageUrl": "https://github.com/rickbutterfield.png",
6+
"Contributors": [
7+
{
8+
"Name": "Rick Butterfield",
9+
"Url": "https://github.com/rickbutterfield"
10+
},
11+
{
12+
"Name": "Thomas Morris",
13+
"Url": "http://github.com/tcmorris"
14+
}
15+
]
16+
},
17+
"Category": "Editor Tools",
18+
"Description": "A package from the Umbraco Community Sustainability Team which helps developers and editors see and improve the carbon impact of their websites.",
19+
"LicenseTypes": [ "Free" ],
20+
"IssueTrackerUrl": "https://github.com/rickbutterfield/Umbraco.Community.Sustainability/issues",
21+
"PackageType": "Package",
22+
"Screenshots": [
23+
{
24+
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-1.jpeg",
25+
"Caption": "Content app for Sustainability - running a report"
626
},
7-
"Category": "",
8-
"Description": "",
9-
"LicenseTypes": [ "Free" ],
10-
"IssueTrackerUrl": "https://github.com/rickbutterfield/Umbraco.Community.Sustainability/issues",
11-
"PackageType": "Package",
12-
"Tags": [],
13-
"Title": "Umbraco.Community.Sustainability"
14-
}
27+
{
28+
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg",
29+
"Caption": "Content app for Sustainability - view detailed report"
30+
}
31+
],
32+
"Tags": [
33+
"backoffice",
34+
"sustainability"
35+
],
36+
"Title": "Umbraco.Community.Sustainability"
37+
}

0 commit comments

Comments
 (0)