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: docs/CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Thank you for considering making a contribution to DXT! Our goal is to make DXT
7
7
8
8
This guide aims to set clear expectations for everyone involved in our project, to make collaborating a smooth and enjoyable experience.
9
9
10
-
# I have a question
10
+
##I have a question
11
11
12
12
If you are within Department for Environment, Food & Rural Affairs, please primarily direct your questions to our Slack channel [#defra-forms-support](https://defra-digital-team.slack.com). Our team monitors this channel during working hours and will provide assistance.
13
13
14
-
# I want to request something
14
+
##I want to request something
15
15
16
-
## Reporting bugs
16
+
###Reporting bugs
17
17
18
18
Report bugs on the [#defra-forms-support](https://defra-digital-team.slack.com) slack channel. If you are not a member of Defra, [submit a GitHub issue](https://github.com/DEFRA/forms-engine-plugin/issues).
19
19
@@ -36,11 +36,11 @@ If your bug is with the plugin, ensure you are running the plugin in a supported
36
36
- An estimated timeframe for a resolution
37
37
- An update once the issue is resolved
38
38
39
-
## Suggesting features
39
+
###Suggesting features
40
40
41
41
Feature suggestions are welcomed from teams within Defra Group only. Our roadmap is continually updated as new requirements emerge. Suggest new features on our [#defra-forms-support](https://defra-digital-team.slack.com) slack channel.
42
42
43
-
# I want to contribute something
43
+
##I want to contribute something
44
44
45
45
All code contributed to this repository should meet the [Defra software development standards](https://defra.github.io/software-development-standards/). Our codebase, by exception, allows modification of Typescript files where appropriate. However, new code that is contributed should be Javascript with types via JSDoc, not Typescript.
46
46
@@ -50,10 +50,10 @@ Our GitHub Workflows will mark each pull request with a pass/fail based on tests
50
50
51
51
Draft pull requests are accepted if you are not yet finished, but would like early feedback. Pull requests that remain as a draft for over 30 days will be closed.
52
52
53
-
## Fixing bugs
53
+
###Fixing bugs
54
54
55
55
If you would like to fix the bug yourself, contributions are accepted through pull requests.
56
56
57
-
## Adding features
57
+
###Adding features
58
58
59
59
Features should be discussed with the Defra Forms team prior to implementation. This is to prevent wasted effort if the Defra Forms team decides not to accept it, or if we suggest any significant amendments. Reach out to us on [#defra-forms-support](https://defra-digital-team.slack.com) to discuss your requirements. If accepted by the product owner, we welcome a pull request.
0 commit comments