-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathCONTRIBUTING
13 lines (7 loc) · 929 Bytes
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing to this module
I am always happy to consider contributions to the code offered here. Please feel free to raise issues or pull requests. If a feature was useful enough for you to add then it may be useful to others!
I generally try to avoid breaking changes and changes to default behaviour except e.g. where versions have become deprecated. New options that don't change default behaviour are welcome.
All proposed code changes must be tested before submission! I don't have a formal test suite so I'm afraid it is a case of testing changes manually with deployment, log in successfully, etc. I will generally test with Open Tofu current version as a starting point using the `/examples` here with varioations to test any conditional logic.
If the feature change is significant then it may be worth considering adding another example deployment to test it.
Please also update `changelog.md` with `TBD`
Thanks