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: CONTRIBUTING.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Logging Bugs
1
+
# Logging Bugs
2
2
3
3
1. Start logging an issue in the [issue tracker](https://github.com/dsherret/ts-morph/issues).
4
4
2. Clearly identify the problem and submit some reproduction code.
@@ -15,13 +15,8 @@
15
15
16
16
# Contributing Features
17
17
18
-
1. Log an issue in the [issue tracker](https://github.com/dsherret/ts-morph/issues). In the issue:
19
-
1. Propose the change.
20
-
- Outline all changes that will be made to the public API.
21
-
- Discuss any structural changes to the code if necessary.
22
-
2. Wait for discussion and green light from [@dsherret](https://github.com/dsherret) (who will try to reply as soon as possible, but it might take a few days).
23
-
- Note: If the change is small and you think it wouldn't take you too much time, then feel free to start working on it and even submit a PR. Just beware that you're taking the risk that it could be denied.
24
-
2. After approval, start working on the change in a branch of `latest` and submit a PR.
18
+
- Only minor features will be accepted.
19
+
- Breaking changes that aren't bug or design fixes will not be merged.
0 commit comments