File tree Expand file tree Collapse file tree 5 files changed +17
-19
lines changed
frontend/packages/volto-brwidgets Expand file tree Collapse file tree 5 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 5151 backend:
5252 - 'backend/**'
5353 - '.github/workflows/backend.yml'
54+ - '.github/workflows/backend-release.yml'
5455 frontend:
5556 - 'frontend/**'
5657 - '.github/workflows/frontend.yml'
Original file line number Diff line number Diff line change 1- # Changes
1+ # Changelog
22
3- ## 1.0.0 (2025-02-23)
4-
5- - Initial version [ plonegovbr]
3+ <!-- towncrier release notes start -->
Original file line number Diff line number Diff line change @@ -76,7 +76,19 @@ This monorepo hosts two packages:
7676- ** backend/** : Python package ` plonegovbr.brfields ` for Plone Dexterity fields.
7777- ** frontend/** : React package ` @plonegovbr/volto-brwidgets ` for Volto widgets.
7878
79- ## Code Quality Assurance 🧐
79+ ## Contributing 🤝
80+
81+ Contributions are welcome! If you find any issues or want to suggest improvements, please check out:
82+
83+ - [ Source Code] ( https://github.com/plonegovbr/brfieldsandwidgets/ ) 💻
84+ - [ Issue Tracker] ( https://github.com/plonegovbr/brfieldsandwidgets/issues ) 🐛
85+
86+ Every pull request requires a [ Change log entruy] ( https://6.docs.plone.org/contributing/index.html#change-log-entry ) . The location of the ` news ` folder is the following:
87+
88+ - ** backend** : ` backend/news `
89+ - ** frontend** : ` frontend/packages/volto-brwidgets/news `
90+
91+ ### Code Quality Assurance 🧐
8092
8193Ensure your code follows best practices by running the following commands:
8294
@@ -94,7 +106,7 @@ make lint
94106
95107You can also run these commands separately in the ` backend ` or ` frontend ` folders.
96108
97- ## Internationalization 🌐
109+ ### Internationalization 🌐
98110
99111Easily generate translation files for both Plone and Volto:
100112
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!--
4- You should *NOT* be adding new change log entries to this file.
5- You should create a file in the news directory instead.
6- For helpful instructions, please see:
7- https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst
8- -->
9-
103<!-- towncrier release notes start -->
Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- You should *NOT* be adding new change log entries to this file.
4- You should create a file in the news directory instead.
5- For helpful instructions, please see:
6- https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
7- -->
8-
93<!-- towncrier release notes start -->
You can’t perform that action at this time.
0 commit comments