All Questions
6 questions
-1
votes
2
answers
829
views
Should we create review branch in github to story or subtask of jira?
I have an 8 pointer Story. Let’s call it for example XX1234
I have created 4 subtasks based on the list of actions to follow to complete the whole story implementation:
1. XX1235
2. XX1236
3. ...
2
votes
1
answer
129
views
How to reduce the chances of getting merge conflicts occurring in two projects of same cloned codebase
I have two applications A and B.
Application A was written before application B, actually B was initially the same fork of A thus, each of the application had the same modules and same code in it.
...
-2
votes
1
answer
96
views
Is any one of these the right way to write a license for your opensource project forked and modified from an existing one with different authors?
I've used parts of source from an existing Java library project with what appears to be a 3-clause BSD license.
I've made significant changes to the library which makes it possible to use it in a new ...
3
votes
4
answers
515
views
Casual projects on Github omit error checking, logging, etc., for the sake of clarity?
I just started using GitHub to socialize some projects for simple chat and peer-to-peer apps. With respect to coding, is it customary to omit exception handling, error checking, logging, etc., to ...
1
vote
1
answer
206
views
How/Where do I give my github commit a version?
I 'm just learning to give project versions.
I understand writing details about the changes in my project when committing, but where should I put my version number for my project?
2
votes
1
answer
1k
views
Why do we sign a .JAR ? or a tag on github?
I have a question :
Why do I need to sign a .JAR using jarsigner?
is there a specific reason or use of that ?
Same question when I tag a version on github ?