You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/hacktoberfest/contributing.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,44 @@ We [have general contribution guidelines available](../README.md) for Umbraco-CM
4
4
5
5
Specificially for Hacktoberfest, we have a lot more things you can get involved in!
6
6
7
+
## Hacktoberfest 2024
8
+
9
+
One of our main focus areas for 2024 is to deeply test out the major new features of Umbraco v15. The [release candidate for this release is available now](https://umbraco.com/blog/umbraco-15-release-candidate/) and we encourage you to test the main new features, namely:
10
+
11
+
- The new rich text editor (RTE)
12
+
- Migrating existing RTEs to the new RTE datatype
13
+
- Working with the new RTE
14
+
- Extending the new RTE
15
+
- Lazy-loaded content, which is replacing the main caching mechanism
16
+
- Upgrading existing sites and making sure everything still works on the frontend
17
+
- If you have any custom routing or controllers in place, do they still work as expected
18
+
- Try out the new `ISeedKeyProvider`, `IDocumentServices` and `IDistributedCache`
19
+
- Block-level variants
20
+
- Making sure all of your existing blocks work after an upgrade
21
+
- If you have a very large block-based site, it is interesting to see if the upgrade doesn't take too long
22
+
- Add variants to your existing or new blocks and start using them: edit, save, publish, etc
23
+
24
+
Once you have done a round of thorough testing, please make sure to [report any issues on the tracker](https://github.com/umbraco/Umbraco-CMS/issues/new?assignees=&labels=type/bug&labels=affected/v14&template=01_bug_report.yml&title=v15RC1) as usual.
25
+
26
+
### Making it count for Hacktoberfest
27
+
28
+
We really appreciate your help in testing this release. Please make sure to describe to us in a bit of detail what you've tried, let us know a bit about the scale of project you're testing on, etc.
29
+
30
+
If everything "just" worked (🤞) then describe that as well! Let us know exactly what you focused on that worked well.
31
+
32
+
You can do this by heading to the [https://github.com/umbraco/HacktoberfestActivityLog](HacktoberfestActivityLog) repository and adding your name to the list in the "Low code/no code" section.
33
+
34
+
An example of a participation entry is:
35
+
36
+
`- 2024-10-04 - Paula Philips - Umbraco 15 Release Candidate testing - Details in the PR description`
37
+
38
+
In the description of the pull request to get your name added, please put your test results as described above and link to any issues you've created if things didn't work as expected.
39
+
40
+
{% hint style="info" %}
41
+
This would be a great use of [the `Draft` pull request feature on GitHub](https://github.blog/news-insights/product-news/introducing-draft-pull-requests/), so you can work on testing and keep updating the description with your test results until you're done and ready to submit your final PR.
42
+
{% endhint %}
43
+
44
+
7
45
## Packages
8
46
9
47
Packages are back on the menu - and yes, they also count as a contribution to Umbraco!
0 commit comments