Skip to content

Commit 980aa98

Browse files
Updated documentation
1 parent 372e42e commit 980aa98

File tree

4 files changed

+26
-11
lines changed

4 files changed

+26
-11
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Please read and understand the contribution guide before creating an issue or pu
44

55
Contributions will be fully credited.
66

7+
8+
79
### Please Note
810

911
- One of the maintainers' goals is to keep the project concise, so not all PRs will be accepted.
@@ -57,4 +59,4 @@ Before submitting a pull request:
5759

5860
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
5961

60-
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
62+
- **Coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55

66

7-
#### Detailed Description:
7+
#### Versions:
88

9-
<!-- Please provide a detailed description of the issue here, if needed -->
9+
- FluentDotEnv version:
10+
- PHP version:
11+
- OS + version:
1012

1113

1214

13-
#### Current Behaviour:
15+
#### Detailed Description:
1416

15-
<!-- Please explain the current behaviour here -->
17+
<!-- Please provide a detailed description of the issue here, if needed -->
1618

1719

1820

19-
#### Versions:
21+
#### Current Behaviour:
2022

21-
- Fluent dotenv version:
22-
- PHP version:
23-
- OS + version:
23+
<!-- Please explain the current behaviour here -->
2424

2525

2626

@@ -35,3 +35,9 @@
3535
#### Expected Behaviour:
3636

3737
<!-- Please explain the behaviour you would expect here -->
38+
39+
40+
41+
#### Additional Information:
42+
43+
<!-- Please add any extra information that you might think is relevant -->

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77

88

9+
## [0.3.3] - 2023-12-31
10+
11+
### Changed
12+
- Updated package tooling
13+
14+
15+
916
## [0.3.2] - 2023-12-27
1017

1118
### Fixed
12-
- Changed dependency phpcsstandards/php_codesniffer back to squizlabs/php_codesniffer - Thanks to [jrfnl for the update](https://github.com/code-distortion/fluent-dotenv/commit/48d01dde1020869eeceef35ecc65d31500681ed5)
19+
- Changed dependency phpcsstandards/php_codesniffer back to squizlabs/php_codesniffer - Thanks to [jrfnl for the update](https://github.com/code-distortion/fluent-dotenv/commit/48d01dde1020869eeceef35ecc65d31500681ed5#r135616263)
1320

1421

1522

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Tim Chandler
3+
Copyright (c) 2024 Tim Chandler
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)