Skip to content

Commit 81cdca7

Browse files
chore: update Fern configuration and fix GitHub templates (#770)
### Changes - Remove .fern/ directory from repository (added to .fernignore) - Update .fernignore to exclude configuration files and .github folder - Remove references to non-existent EXAMPLES.md from issue templates - Ensure all GitHub workflows point to correct branches and documentation
1 parent f966475 commit 81cdca7

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

.fern/metadata.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.fernignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Specify files that shouldn't be modified by Fern
22

3+
# Fern metadata
4+
.fern/
5+
36
# ManagementClient wrapper
47
src/auth0/management/management_client.py
58
src/auth0/management/token_provider.py
@@ -23,5 +26,15 @@ poetry.lock
2326
requirements.txt
2427
README.md
2528
.gitignore
26-
.github/workflows/ci.yml
2729
.version
30+
31+
# Configuration files
32+
.codecov.yml
33+
.readthedocs.yaml
34+
.semgrepignore
35+
.shiprc
36+
.snyk
37+
LICENSE
38+
39+
# GitHub workflows and configuration
40+
.github/

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: Checklist
1515
options:
16-
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
16+
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer.
1717
required: true
1818
- label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer.
1919
required: true

.github/ISSUE_TEMPLATE/Feature Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: Checklist
1010
options:
11-
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
11+
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer.
1212
required: true
1313
- label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer.
1414
required: true

0 commit comments

Comments
 (0)