Skip to content

Commit

Permalink
refactor of application code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Apr 30, 2020
0 parents commit bc0626b
Show file tree
Hide file tree
Showing 248 changed files with 15,819 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.manifest binary
*.application binary
*.deploy binary
*.exe binary
*.config binary
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!

**Please check out the [Docs](https://microsoft.github.io/idfix/) to see if your question is already addressed there. This will help us ensure our documentation covers the most frequent questions.**

> If you are reporting a security related issue, instead of submitting it here, please email [email protected] to ensure it is properly handled to resolution.
### Category
- [ ] Enhancement
- [ ] Bug
- [ ] Question
- [ ] Documentation gap/issue

### Version

Please specify what version of IdFix you are using: [ ]

*If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.*

### Expected / Desired Behavior / Question
*If you are reporting an issue please describe the expected behavior. If you are suggesting an enhancement please
describe thoroughly the enhancement, how it can be achieved, and expected benefit. If you are asking a question, ask away!*

### Observed Behavior
*If you are reporting an issue please describe the behavior you expected to occur when performing the action. If you are making a
suggestion or asking a question delete this section.*

### Steps to Reproduce
*If you are reporting an issue please describe the steps to reproduce the bug in sufficient detail to allow testing. If you are making
a suggestion or asking a question delete this section.*

### Submission Guidelines
*Delete this section after reading*
* All suggestions, questions and issues are welcome, please let us know what's on your mind.
* Remember to include sufficient details and context.
* Please check back occasionally on your issue as we may have follow up questions.
* If you have multiple suggestions, questions, or bugs please submit them in seperate issues so we can track resolution.

Thank you for your feedback!
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#### Category
- [ ] Bug fix
- [ ] New feature
- [ ] New sample
- [ ] Documentation update

#### Related Issues

fixes #X, mentioned in #Y

#### What's in this Pull Request?

*Please describe the changes in this PR. Simple description or details around bugs which are being fixed.*

#### Guidance
*You can delete this section when you are submitting the pull request.*
* Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.
* Please ensure you have updated any associated docs files based on your code changes
Loading

0 comments on commit bc0626b

Please sign in to comment.