Skip to content

Commit e5ff4c0

Browse files
committed
Initial commit
0 parents  commit e5ff4c0

67 files changed

Lines changed: 12078 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# NetBeans GitHub Issues Plugin
2+
3+
This plugin provides support for GitHub Issue Tracker.
4+
5+
## Features
6+
7+
- Create a new issue
8+
- Edit an issue
9+
- Create queries
10+
- Search issues with issue number or keywords
11+
12+
## Usage
13+
14+
### Add a repository
15+
16+
1. Open a task window (Windows > Task)
17+
2. Click add repository icon
18+
3. Select the GitHub Issues Connector
19+
4. Input display name, your user name, OAuth token and repository information
20+
5. Click Connect button (If you can't connect a repository, please try to check input values)
21+
6. Click OK button
22+
23+
## Resources
24+
25+
- [egit-github](https://github.com/eclipse/egit-github)

0 commit comments

Comments
 (0)