Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 9, 2024
1 parent 7f3b421 commit 231b905
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logging Bugs

1. Start logging an issue in the [issue tracker](https://github.com/dsherret/ts-morph/issues).
2. Clearly identify the problem and submit some reproduction code.
- Prune the reproduction to remove needless details.
3. State the current and expected behaviour.
4. State the version of ts-morph (always show a reproduction of the bug on the latest version).

# Contributing Bug Fixes

1. Follow the instructions above about logging a bug. In addition:
1. State that you are going to work on the bug.
2. Discuss major structural changes in the issue before doing the work to ensure it makes sense and work isn't wasted.
2. Start working on the fix in a branch of `latest` and submit a PR when done.

# Contributing Features

- Only minor features will be accepted.
- Breaking changes that aren't bug or design fixes will not be merged.

# Getting Started

See [DEVELOPMENT.md](DEVELOPMENT.md)

0 comments on commit 231b905

Please sign in to comment.